diff options
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt')
-rw-r--r-- | lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt b/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt new file mode 100644 index 00000000000..5b6677549b4 --- /dev/null +++ b/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt @@ -0,0 +1,6 @@ +add_lldb_unittest(ScriptInterpreterPythonTests + PythonDataObjectsTests.cpp + ) + + target_link_libraries(ScriptInterpreterPythonTests lldbPluginScriptInterpreterPython ${PYTHON_LIBRARY}) +
\ No newline at end of file |