1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
add_lldb_library(lldbPluginScriptedProcessPythonInterface PLUGIN ScriptedProcessPythonInterface.cpp LINK_LIBS lldbCore lldbHost lldbInterpreter lldbTarget ${Python3_LIBRARIES} ${LLDB_LIBEDIT_LIBS} LINK_COMPONENTS Support )