diff options
Diffstat (limited to 'unittests/ScriptInterpreter/Python')
| -rw-r--r-- | unittests/ScriptInterpreter/Python/CMakeLists.txt | 9 |
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 |
