xref: /llvm-project/lldb/source/Plugins/Platform/gdb-server/CMakeLists.txt (revision 41b6d5863fef94bb3a9d184802c5bb6e2759da15)
1add_lldb_library(lldbPluginPlatformGDB PLUGIN
2  PlatformRemoteGDBServer.cpp
3
4   LINK_LIBS
5    lldbBreakpoint
6    lldbCore
7    lldbHost
8    lldbTarget
9    lldbPluginProcessUtility
10    lldbPluginProcessGDBRemote
11  )
12