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

8 lines
243 B
CMake

add_lldb_unittest(ScriptInterpreterPythonTests
PythonDataObjectsTests.cpp
PythonExceptionStateTests.cpp
PythonTestSuite.cpp
)
target_link_libraries(ScriptInterpreterPythonTests lldbPluginScriptInterpreterPython ${PYTHON_LIBRARY})