aboutsummaryrefslogtreecommitdiff
path: root/unittests/tools/lldb-server/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/tools/lldb-server/tests/CMakeLists.txt')
-rw-r--r--unittests/tools/lldb-server/tests/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/tools/lldb-server/tests/CMakeLists.txt b/unittests/tools/lldb-server/tests/CMakeLists.txt
new file mode 100644
index 000000000..4ef4165b2
--- /dev/null
+++ b/unittests/tools/lldb-server/tests/CMakeLists.txt
@@ -0,0 +1,15 @@
+add_lldb_unittest(LLDBServerTests
+ TestClient.cpp
+ MessageObjects.cpp
+ ThreadIdsInJstopinfoTest.cpp
+
+ LINK_LIBS
+ lldbHost
+ lldbCore
+ lldbInterpreter
+ lldbTarget
+ lldbPluginPlatformLinux
+ lldbPluginProcessGDBRemote
+ LINK_COMPONENTS
+ Support
+ )