summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Process/gdb-remote/CMakeLists.txt
blob: a9951abb37f1c7d1629b50c373a8e1bb725ce131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
add_lldb_unittest(ProcessGdbRemoteTests
  GDBRemoteClientBaseTest.cpp
  GDBRemoteCommunicationClientTest.cpp
  GDBRemoteCommunicationTest.cpp
  GDBRemoteTestUtils.cpp

  LINK_LIBS
    lldbCore
    lldbHost
    lldbPluginPlatformMacOSX
    lldbPluginProcessUtility
    lldbPluginProcessGDBRemote

    LLVMTestingSupport

  LINK_COMPONENTS
    Support
  )
OpenPOWER on IntegriCloud