7 lines
112 B
Text
7 lines
112 B
Text
|
if (LLDB_ENABLE_PYTHON)
|
||
|
add_subdirectory(Python)
|
||
|
endif()
|
||
|
if (LLDB_ENABLE_LUA)
|
||
|
add_subdirectory(Lua)
|
||
|
endif()
|