aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/OperatingSystem/CMakeLists.txt
blob: 2e85b1ec298e4ba9034a1057883c33a490d11073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
add_lldb_unittest(ProcessGdbRemoteTests
  GDBRemoteClientBaseTest.cpp
  GDBRemoteCommunicationClientTest.cpp
  GDBRemoteCommunicationServerLLGSTest.cpp
  GDBRemoteCommunicationServerTest.cpp
  GDBRemoteCommunicationTest.cpp
  GDBRemoteTestUtils.cpp

  LINK_COMPONENTS
    Support
  LINK_LIBS
    LLVMTestingSupport
    lldbCore
    lldbHost
    lldbInterpreter
    lldbPluginProcessUtility
    lldbSymbol
    lldbTarget
    lldbValueObject
  )