aboutsummaryrefslogtreecommitdiff
path: root/unittests/tools/lldb-server/tests/CMakeLists.txt
blob: 4ef4165b27fefabf3b982cd3cecf1c11f50bbe50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_lldb_unittest(LLDBServerTests
  TestClient.cpp
  MessageObjects.cpp
  ThreadIdsInJstopinfoTest.cpp

  LINK_LIBS
    lldbHost
    lldbCore
    lldbInterpreter
    lldbTarget
    lldbPluginPlatformLinux
    lldbPluginProcessGDBRemote
  LINK_COMPONENTS
    Support
  )