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