summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2017-02-01 22:17:00 +0000
committerChris Bieneman <beanz@apple.com>2017-02-01 22:17:00 +0000
commit1751311a87abe02d4aee0a2a42ad053087c45c4f (patch)
tree4ea2a10fba08022b2018b479f48ee6f90bbe5887 /lldb/unittests/ScriptInterpreter/Python
parent00d4f49717744dcf120c0099310e5bba8188fb98 (diff)
downloadbcm5719-llvm-1751311a87abe02d4aee0a2a42ad053087c45c4f.tar.gz
bcm5719-llvm-1751311a87abe02d4aee0a2a42ad053087c45c4f.zip
[CMake] Update unit tests with accurate dependencies
This is extending the updates from r293696 to the LLDB unit tests. llvm-svn: 293821
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
-rw-r--r--lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt b/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
index f011200e647..891ade25b76 100644
--- a/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
+++ b/lldb/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
OpenPOWER on IntegriCloud