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