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

11 lines
218 B
CMake

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