1add_lldb_unittest(ProcessGdbRemoteTests
2  GDBRemoteClientBaseTest.cpp
3  GDBRemoteCommunicationClientTest.cpp
4  GDBRemoteCommunicationServerTest.cpp
5  GDBRemoteCommunicationTest.cpp
6  GDBRemoteTestUtils.cpp
7  PortMapTest.cpp
8
9  LINK_LIBS
10    lldbCore
11    lldbHost
12    lldbPluginPlatformMacOSX
13    lldbPluginProcessUtility
14    lldbPluginProcessGDBRemote
15
16    LLVMTestingSupport
17
18  LINK_COMPONENTS
19    Support
20  )
21