blob: 9c1599a1e7f0e012dd47248800d99b0593c6cd30 [file] [log] [blame]
set(LLVM_NO_RTTI 1)
include_directories(../../source)
add_lldb_executable(lldb-gdbserver
lldb-gdbserver.cpp
)
target_link_libraries(lldb-gdbserver liblldb)
set_target_properties(lldb-gdbserver PROPERTIES VERSION ${LLDB_VERSION})
install(TARGETS lldb-gdbserver
RUNTIME DESTINATION bin)