14 lines
213 B
CMake
14 lines
213 B
CMake
add_lldb_library(lldbPluginGoLanguage PLUGIN
|
|
GoLanguage.cpp
|
|
GoFormatterFunctions.cpp
|
|
|
|
LINK_LIBS
|
|
clangAST
|
|
lldbCore
|
|
lldbDataFormatters
|
|
lldbSymbol
|
|
lldbTarget
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|