Files
clang-p2996/lldb/source/Plugins/OperatingSystem/Go/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

11 lines
172 B
CMake

add_lldb_library(lldbPluginOSGo PLUGIN
OperatingSystemGo.cpp
LINK_LIBS
lldbCore
lldbInterpreter
lldbSymbol
lldbTarget
lldbPluginProcessUtility
)