diff options
author | Chris Bieneman <beanz@apple.com> | 2017-02-01 22:17:00 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2017-02-01 22:17:00 +0000 |
commit | 1751311a87abe02d4aee0a2a42ad053087c45c4f (patch) | |
tree | 4ea2a10fba08022b2018b479f48ee6f90bbe5887 /lldb/unittests/ScriptInterpreter/Python | |
parent | 00d4f49717744dcf120c0099310e5bba8188fb98 (diff) | |
download | bcm5719-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.txt | 9 |
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 |