Files
clang-p2996/lldb/source/Plugins/Platform/Linux/CMakeLists.txt
Alex Langford 41b6d5863f Revert "[lldb] Move UnixSignals creation into Platform plugins"
This reverts commit ee232506b8.
As discussed in https://reviews.llvm.org/D146668 we'll find another way
forward.
2023-03-27 13:42:14 -07:00

12 lines
194 B
CMake

add_lldb_library(lldbPluginPlatformLinux PLUGIN
PlatformLinux.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbHost
lldbInterpreter
lldbTarget
lldbPluginPlatformPOSIX
)