4 lines
64 B
CMake
4 lines
64 B
CMake
|
if (NOT LLDB_DISABLE_PYTHON)
|
||
|
add_subdirectory(Python)
|
||
|
endif()
|