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