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

11 lines
227 B
CMake

add_lldb_unittest(ScriptInterpreterPythonTests
PythonDataObjectsTests.cpp
PythonExceptionStateTests.cpp
PythonTestSuite.cpp
LINK_LIBS
lldbHost
lldbPluginScriptInterpreterPython
LINK_COMPONENTS
Support
)