blob: 5c8cc97386a29c8dfd0e589aea21721ebea9431b [file]
add_lldb_library(lldbPluginScriptedThreadPlanPythonInterface PLUGIN
ScriptedThreadPlanPythonInterface.cpp
LINK_LIBS
lldbCore
lldbHost
lldbInterpreter
lldbTarget
${Python3_LIBRARIES}
${LLDB_LIBEDIT_LIBS}
LINK_COMPONENTS
Support
)