summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/gdb-server/CMakeLists.txt
blob: 2e3302590b443d57d137454c17cb7138c0908f83 (plain)
1
2
3
4
5
6
7
8
9
10
add_lldb_library(lldbPluginPlatformGDB PLUGIN
  PlatformRemoteGDBServer.cpp

   LINK_LIBS
    lldbBreakpoint
    lldbCore
    lldbHost
    lldbTarget
    lldbPluginProcessUtility
  )
OpenPOWER on IntegriCloud