Files
clang-p2996/lldb/source/Plugins/Process/POSIX/CMakeLists.txt
David Spickett 8fe1144285 [lldb] Remove unused POSIX ProcessMessage files
The last use of these was removed in cd44339856.

Reviewed By: emaste

Differential Revision: https://reviews.llvm.org/D145559
2023-03-08 13:18:52 +00:00

12 lines
195 B
CMake

add_lldb_library(lldbPluginProcessPOSIX
CrashReason.cpp
NativeProcessELF.cpp
ProcessPOSIXLog.cpp
LINK_LIBS
lldbPluginProcessUtility
lldbUtility
LINK_COMPONENTS
Support
)