summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Go/CMakeLists.txt
blob: 27e952a84dfc328a10a8af40c5c50a69ff23155f (plain)
1
2
3
4
5
6
7
8
9
10
add_lldb_library(lldbPluginOSGo PLUGIN
  OperatingSystemGo.cpp

  LINK_LIBS
    lldbCore
    lldbInterpreter
    lldbSymbol
    lldbTarget
    lldbPluginProcessUtility
  )
OpenPOWER on IntegriCloud