diff options
Diffstat (limited to 'lldb/tools/CMakeLists.txt')
-rw-r--r-- | lldb/tools/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/CMakeLists.txt b/lldb/tools/CMakeLists.txt index 75c9c15c487..6afcb4c37f2 100644 --- a/lldb/tools/CMakeLists.txt +++ b/lldb/tools/CMakeLists.txt @@ -5,6 +5,7 @@ endif() add_subdirectory(argdumper) add_subdirectory(driver) add_subdirectory(lldb-mi) +add_subdirectory(lldb-vscode) if (LLDB_CAN_USE_LLDB_SERVER) add_subdirectory(lldb-server) endif() |