1add_lldb_library(lldbPluginScriptedProcess PLUGIN 2 ScriptedProcess.cpp 3 ScriptedThread.cpp 4 5 LINK_LIBS 6 lldbCore 7 lldbTarget 8 lldbUtility 9 lldbPluginProcessUtility 10 LINK_COMPONENTS 11 BinaryFormat 12 Object 13 Support 14 ) 15