Sign in
llvm
/
lldb
/
refs/heads/release_50
/
.
/
source
/
Plugins
/
ScriptInterpreter
/
Python
/
CMakeLists.txt
blob: c337fc7b5874f9df9904c5448d01effaea31f9a9 [
file
] [
log
] [
blame
] [
edit
]
add_lldb_library(lldbPluginScriptInterpreterPython PLUGIN
PythonDataObjects.cpp
PythonExceptionState.cpp
ScriptInterpreterPython.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbDataFormatters
lldbHost
lldbInterpreter
lldbTarget
LINK_COMPONENTS
Support
)