Jonas Devlieghere b0cb98b1f5 [lldb/Plugins] Conditionally build OperatingSystemPython.
Only build the Python Operating System Plugin when LLDB_ENABLE_PYTHON is
set to true.
2020-02-17 21:22:37 -08:00

4 lines
59 B
CMake

if (LLDB_ENABLE_PYTHON)
add_subdirectory(Python)
endif()