summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/CMakeLists.txt b/lldb/CMakeLists.txt
index e9a4ed4000c..4bf61689fa8 100644
--- a/lldb/CMakeLists.txt
+++ b/lldb/CMakeLists.txt
@@ -91,6 +91,10 @@ if(LLDB_INCLUDE_TESTS)
list(APPEND LLDB_TEST_DEPS lldb-mi)
endif()
+ if(TARGET lldb-vscode)
+ list(APPEND LLDB_TEST_DEPS lldb-vscode)
+ endif()
+
if(TARGET lldb-instr)
list(APPEND LLDB_TEST_DEPS lldb-instr)
endif()
OpenPOWER on IntegriCloud