forked from OSchip/llvm-project
18 lines
493 B
CMake
18 lines
493 B
CMake
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
|
include_directories(${LIBXML2_INCLUDE_DIR})
|
|
endif()
|
|
|
|
add_lldb_library(lldbPluginProcessGDBRemote
|
|
GDBRemoteClientBase.cpp
|
|
GDBRemoteCommunication.cpp
|
|
GDBRemoteCommunicationClient.cpp
|
|
GDBRemoteCommunicationServer.cpp
|
|
GDBRemoteCommunicationServerCommon.cpp
|
|
GDBRemoteCommunicationServerLLGS.cpp
|
|
GDBRemoteCommunicationServerPlatform.cpp
|
|
GDBRemoteRegisterContext.cpp
|
|
ProcessGDBRemote.cpp
|
|
ProcessGDBRemoteLog.cpp
|
|
ThreadGDBRemote.cpp
|
|
)
|