xref: /llvm-project/lldb/unittests/tools/lldb-server/tests/CMakeLists.txt (revision 1b988ff092a0a713f0bb4712bfe6cb5ba85b725c)
1add_lldb_unittest(LLDBServerTests
2  LLGSTest.cpp
3  MessageObjects.cpp
4  TestBase.cpp
5  TestClient.cpp
6
7  LINK_LIBS
8    lldbHost
9    lldbCore
10    lldbHostHelpers
11    lldbInterpreter
12    lldbTarget
13    lldbPluginPlatformLinux
14    lldbPluginProcessGDBRemote
15
16    LLVMTestingSupport
17  LINK_COMPONENTS
18    Support
19  )
20
21add_dependencies(LLDBServerTests lldb-server ${ALL_LLDB_TEST_EXECUTABLES})
22