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