[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git] / lldb / source / Plugins / Platform / gdb-server / CMakeLists.txt
blob2fbe817acbdd2ab57b2a857174f5ebc4f0ad40e9
1 add_lldb_library(lldbPluginPlatformGDB PLUGIN
2   PlatformRemoteGDBServer.cpp
4    LINK_LIBS
5     lldbBreakpoint
6     lldbCore
7     lldbHost
8     lldbTarget
9     lldbPluginProcessUtility
10     lldbPluginProcessGDBRemote
11   )