Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
lldb
/
unittests
/
ScriptInterpreter
/
Python
/
CMakeLists.txt
blob: 891ade25b76b5490874c06067f8a78d86871fad8 [
file
] [
log
] [
blame
]
add_lldb_unittest(ScriptInterpreterPythonTests
PythonDataObjectsTests.cpp
PythonExceptionStateTests.cpp
PythonTestSuite.cpp
LINK_LIBS
lldbHost
lldbPluginScriptInterpreterPython
${PYTHON_LIBRARY}
LINK_COMPONENTS
Support
)