llvm-project/lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt

5 lines
87 B
CMake

add_subdirectory(None)
if (NOT LLDB_DISABLE_PYTHON)
add_subdirectory(Python)
endif()