Sign in
llvm
/
llvm-project
/
25f0381ba128e012e494701286450a374bf366a8
/
.
/
lldb
/
source
/
Plugins
/
ScriptInterpreter
/
Python
/
Interfaces
/
OperatingSystemPythonInterface
/
CMakeLists.txt
blob: a0264962ec0bb128ea07219923728ee2a1a99242 [
file
]
add_lldb_library(lldbPluginOperatingSystemPythonInterface PLUGIN
OperatingSystemPythonInterface.cpp
LINK_LIBS
lldbCore
lldbHost
lldbInterpreter
lldbTarget
${Python3_LIBRARIES}
${LLDB_LIBEDIT_LIBS}
LINK_COMPONENTS
Support
)