summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ScriptInterpreter/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/CMakeLists.txt')
-rw-r--r--lldb/unittests/ScriptInterpreter/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/unittests/ScriptInterpreter/CMakeLists.txt b/lldb/unittests/ScriptInterpreter/CMakeLists.txt
new file mode 100644
index 00000000000..667e7a7da32
--- /dev/null
+++ b/lldb/unittests/ScriptInterpreter/CMakeLists.txt
@@ -0,0 +1,3 @@
+if (NOT LLDB_DISABLE_PYTHON)
+ add_subdirectory(Python)
+endif()
OpenPOWER on IntegriCloud