summaryrefslogtreecommitdiff
path: root/unittests/Process/gdb-remote/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Process/gdb-remote/CMakeLists.txt')
-rw-r--r--unittests/Process/gdb-remote/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/unittests/Process/gdb-remote/CMakeLists.txt b/unittests/Process/gdb-remote/CMakeLists.txt
index 694ba182d42f..0ec5554a3d8d 100644
--- a/unittests/Process/gdb-remote/CMakeLists.txt
+++ b/unittests/Process/gdb-remote/CMakeLists.txt
@@ -9,6 +9,9 @@ add_lldb_unittest(ProcessGdbRemoteTests
lldbPluginPlatformMacOSX
lldbPluginProcessUtility
lldbPluginProcessGDBRemote
+
+ LLVMTestingSupport
+
LINK_COMPONENTS
Support
)