Sign in
rust
/
rust-lang
/
llvm-project
/
8265e390e740f0fb7464f7c20bd38d55ee145dd4
/
.
/
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
)