summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt')
-rw-r--r--gnu/llvm/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/llvm/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt b/gnu/llvm/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
new file mode 100644
index 00000000000..471f4c6dbc3
--- /dev/null
+++ b/gnu/llvm/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
@@ -0,0 +1,11 @@
+add_lldb_unittest(ScriptInterpreterPythonTests
+ PythonDataObjectsTests.cpp
+ PythonTestSuite.cpp
+
+ LINK_LIBS
+ lldbHost
+ lldbPluginScriptInterpreterPython
+ LLVMTestingSupport
+ LINK_COMPONENTS
+ Support
+ ) \ No newline at end of file