diff --git a/lldb/CMakeLists.txt b/lldb/CMakeLists.txt --- a/lldb/CMakeLists.txt +++ b/lldb/CMakeLists.txt @@ -91,6 +91,10 @@ 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()