11 lines
172 B
CMake
11 lines
172 B
CMake
add_lldb_library(lldbPluginOSGo PLUGIN
|
|
OperatingSystemGo.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbInterpreter
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbPluginProcessUtility
|
|
)
|