Files
clang-p2996/lldb/source/Plugins/Platform/Linux/CMakeLists.txt
Chris Bieneman 81b8f12b42 [CMake] [3/4] Update a batch of plugins
This is extending the updates from r293696 to more LLDB plugins.

llvm-svn: 293700
2017-01-31 22:29:11 +00:00

12 lines
194 B
CMake

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