13 lines
252 B
CMake
13 lines
252 B
CMake
add_lldb_unittest(ScriptInterpreterPythonTests
|
|
PythonDataObjectsTests.cpp
|
|
PythonExceptionStateTests.cpp
|
|
PythonTestSuite.cpp
|
|
|
|
LINK_LIBS
|
|
lldbHost
|
|
lldbPluginScriptInterpreterPython
|
|
${PYTHON_LIBRARY}
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|