This reverts commit ee232506b8.
As discussed in https://reviews.llvm.org/D146668 we'll find another way
forward.
12 lines
194 B
CMake
12 lines
194 B
CMake
add_lldb_library(lldbPluginPlatformLinux PLUGIN
|
|
PlatformLinux.cpp
|
|
|
|
LINK_LIBS
|
|
lldbBreakpoint
|
|
lldbCore
|
|
lldbHost
|
|
lldbInterpreter
|
|
lldbTarget
|
|
lldbPluginPlatformPOSIX
|
|
)
|