6 lines
94 B
CMake
6 lines
94 B
CMake
set(LLVM_NO_RTTI 1)
|
|
|
|
add_lldb_library(lldbPluginPlatformGDB
|
|
PlatformRemoteGDBServer.cpp
|
|
)
|