summaryrefslogtreecommitdiff
path: root/unittests/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-04-16 16:04:10 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-04-16 16:04:10 +0000
commit74a628f776edb588bff8f8f5cc16eac947c9d631 (patch)
treedc32e010ac4902621e5a279bfeb48628f7f0e166 /unittests/ScriptInterpreter/Python
parentafed7be32164a598f8172282c249af7266c48b46 (diff)
Notes
Diffstat (limited to 'unittests/ScriptInterpreter/Python')
-rw-r--r--unittests/ScriptInterpreter/Python/CMakeLists.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/unittests/ScriptInterpreter/Python/CMakeLists.txt b/unittests/ScriptInterpreter/Python/CMakeLists.txt
index f011200e6475..891ade25b76b 100644
--- a/unittests/ScriptInterpreter/Python/CMakeLists.txt
+++ b/unittests/ScriptInterpreter/Python/CMakeLists.txt
@@ -2,7 +2,12 @@ add_lldb_unittest(ScriptInterpreterPythonTests
PythonDataObjectsTests.cpp
PythonExceptionStateTests.cpp
PythonTestSuite.cpp
- )
- target_link_libraries(ScriptInterpreterPythonTests lldbPluginScriptInterpreterPython ${PYTHON_LIBRARY})
+ LINK_LIBS
+ lldbHost
+ lldbPluginScriptInterpreterPython
+ ${PYTHON_LIBRARY}
+ LINK_COMPONENTS
+ Support
+ )
\ No newline at end of file