diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:01:57 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:01:57 +0000 |
commit | 88c643b6fec27eec436c8d138fee6346e92337d6 (patch) | |
tree | 82cd13b2f3cde1c9e5f79689ba4e6ba67694843f /source/Plugins/Process/gdb-remote | |
parent | 94994d372d014ce4c8758b9605d63fae651bd8aa (diff) |
Notes
Diffstat (limited to 'source/Plugins/Process/gdb-remote')
-rw-r--r-- | source/Plugins/Process/gdb-remote/CMakeLists.txt | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/source/Plugins/Process/gdb-remote/CMakeLists.txt b/source/Plugins/Process/gdb-remote/CMakeLists.txt deleted file mode 100644 index 4eb5291d54d5..000000000000 --- a/source/Plugins/Process/gdb-remote/CMakeLists.txt +++ /dev/null @@ -1,42 +0,0 @@ -if (CMAKE_SYSTEM_NAME MATCHES "Darwin") - include_directories(${LIBXML2_INCLUDE_DIR}) -endif() - -set(LLDB_PLUGINS - lldbPluginProcessUtility - lldbPluginPlatformMacOSX -) - -if(HAVE_LIBCOMPRESSION) - set(LIBCOMPRESSION compression) -endif() - -add_lldb_library(lldbPluginProcessGDBRemote PLUGIN - GDBRemoteClientBase.cpp - GDBRemoteCommunication.cpp - GDBRemoteCommunicationClient.cpp - GDBRemoteCommunicationHistory.cpp - GDBRemoteCommunicationReplayServer.cpp - GDBRemoteCommunicationServer.cpp - GDBRemoteCommunicationServerCommon.cpp - GDBRemoteCommunicationServerLLGS.cpp - GDBRemoteCommunicationServerPlatform.cpp - GDBRemoteRegisterContext.cpp - ProcessGDBRemote.cpp - ProcessGDBRemoteLog.cpp - ThreadGDBRemote.cpp - - LINK_LIBS - lldbBreakpoint - lldbCore - lldbDataFormatters - lldbHost - lldbInterpreter - lldbSymbol - lldbTarget - lldbUtility - ${LLDB_PLUGINS} - ${LIBCOMPRESSION} - LINK_COMPONENTS - Support - ) |