llvm-project/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt

13 lines
252 B
CMake

add_lldb_unittest(ScriptInterpreterPythonTests
PythonDataObjectsTests.cpp
PythonExceptionStateTests.cpp
PythonTestSuite.cpp
LINK_LIBS
lldbHost
lldbPluginScriptInterpreterPython
${PYTHON_LIBRARY}
LINK_COMPONENTS
Support
)