aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/ScriptInterpreter/Python/CMakeLists.txt')
-rw-r--r--source/Plugins/ScriptInterpreter/Python/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt b/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
new file mode 100644
index 000000000000..71f5807b6f62
--- /dev/null
+++ b/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_lldb_library(lldbPluginScriptInterpreterPython
+ PythonDataObjects.cpp
+ PythonExceptionState.cpp
+ ScriptInterpreterPython.cpp
+ )