Sign in
llvm
/
lldb
/
master
/
.
/
source
/
Plugins
/
Process
/
POSIX
/
CMakeLists.txt
blob: fd74f816d1a50a9615a3033b10643d3af3ec9a6c [
file
] [
log
] [
blame
]
add_lldb_library(lldbPluginProcessPOSIX PLUGIN
CrashReason.cpp
NativeProcessELF.cpp
ProcessMessage.cpp
ProcessPOSIXLog.cpp
LINK_LIBS
lldbPluginProcessUtility
lldbUtility
LINK_COMPONENTS
Support
)