forked from OSchip/llvm-project
parent
97fbdd5a39
commit
0e82028afe
|
@ -1,5 +1,9 @@
|
|||
set(LLVM_NO_RTTI 1)
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
include_directories(${LIBXML2_INCLUDE_DIR})
|
||||
endif()
|
||||
|
||||
add_lldb_library(lldbPluginProcessGDBRemote
|
||||
GDBRemoteCommunication.cpp
|
||||
GDBRemoteCommunicationClient.cpp
|
||||
|
|
Loading…
Reference in New Issue