Chris Bieneman 66a2d639ab [CMake] [2/4] Update a batch of plugins
This is extending the updates from r293696 to more LLDB plugins.

llvm-svn: 293699
2017-01-31 22:23:49 +00:00

14 lines
213 B
CMake

add_lldb_library(lldbPluginGoLanguage PLUGIN
GoLanguage.cpp
GoFormatterFunctions.cpp
LINK_LIBS
clangAST
lldbCore
lldbDataFormatters
lldbSymbol
lldbTarget
LINK_COMPONENTS
Support
)