Chris Bieneman 6847a3aba1 [CMake] [1/4] Update a batch of plugins
This is extending the updates from r293696 to more LLDB plugins.

llvm-svn: 293698
2017-01-31 22:21:19 +00:00

14 lines
211 B
CMake

add_lldb_library(lldbPluginExpressionParserGo PLUGIN
GoLexer.cpp
GoParser.cpp
GoUserExpression.cpp
LINK_LIBS
lldbCore
lldbExpression
lldbSymbol
lldbTarget
LINK_COMPONENTS
Support
)