Jonas Devlieghere deaa6916d3 [lldb/Plugin] Remove PLUGIN from Process POSIX & Linux
ProcessPOSIX and ProcessLinux are not real plugins and should not be
marked as such. This should fix the Linux bots.
2020-02-17 11:20:51 -08:00

13 lines
216 B
CMake

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