summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt
blob: 5d8642eb07e671f0776675b00271bc15719fa416 (plain)
1
2
3
4
add_subdirectory(None)
if (NOT LLDB_DISABLE_PYTHON)
  add_subdirectory(Python)
endif()
OpenPOWER on IntegriCloud