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

7 lines
211 B
CMake
Raw Normal View History

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