Files
clang-p2996/lldb/source/Plugins/Platform/NetBSD/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

10 lines
148 B
CMake

add_lldb_library(lldbPluginPlatformNetBSD PLUGIN
PlatformNetBSD.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbHost
lldbTarget
)