Sign in
fuchsia
/
third_party
/
llvm-project
/
d664c9066840ab57314f0de99fb4e5902b51f8cb
/
.
/
lldb
/
source
/
Plugins
/
Process
/
scripted
/
CMakeLists.txt
blob: 600ef31d032ebe20a8dcbe1219b9715ae938d745 [
file
] [
log
] [
blame
]
add_lldb_library(lldbPluginScriptedProcess PLUGIN
ScriptedProcess.cpp
ScriptedThread.cpp
LINK_LIBS
lldbCore
lldbTarget
lldbUtility
lldbPluginProcessUtility
LINK_COMPONENTS
BinaryFormat
Object
Support
)