Sign in
rust
/
rust-lang
/
llvm-project
/
885724c60cdc4b3fb221830d43e2ecd79ace9ce1
/
.
/
lldb
/
source
/
Plugins
/
Platform
/
gdb-server
/
CMakeLists.txt
blob: 2e3302590b443d57d137454c17cb7138c0908f83 [
file
] [
log
] [
blame
]
add_lldb_library(lldbPluginPlatformGDB PLUGIN
PlatformRemoteGDBServer.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbHost
lldbTarget
lldbPluginProcessUtility
)