summaryrefslogtreecommitdiff
path: root/lldb/unittests/ProtocolServer/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/unittests/ProtocolServer/CMakeLists.txt')
-rw-r--r--lldb/unittests/ProtocolServer/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/lldb/unittests/ProtocolServer/CMakeLists.txt b/lldb/unittests/ProtocolServer/CMakeLists.txt
deleted file mode 100644
index 6117430b35bf..000000000000
--- a/lldb/unittests/ProtocolServer/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-add_lldb_unittest(ProtocolServerTests
- ProtocolMCPServerTest.cpp
-
- LINK_LIBS
- lldbCore
- lldbUtility
- lldbHost
- lldbPluginPlatformMacOSX
- lldbPluginProtocolServerMCP
- LLVMTestingSupport
- )