llvm-project/lldb/source/Plugins/OperatingSystem/Go/CMakeLists.txt

11 lines
172 B
CMake

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