[Lldb-commits] [lldb] 4086d5f - [lldb-dap] Unbreak lldb-dap
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon May 12 11:57:11 PDT 2025
Author: Jonas Devlieghere
Date: 2025-05-12T11:56:57-07:00
New Revision: 4086d5ff74729e655c3b29479845c35c971541d9
URL: https://github.com/llvm/llvm-project/commit/4086d5ff74729e655c3b29479845c35c971541d9
DIFF: https://github.com/llvm/llvm-project/commit/4086d5ff74729e655c3b29479845c35c971541d9.diff
LOG: [lldb-dap] Unbreak lldb-dap
Added:
Modified:
lldb/tools/lldb-dap/CMakeLists.txt
Removed:
################################################################################
diff --git a/lldb/tools/lldb-dap/CMakeLists.txt b/lldb/tools/lldb-dap/CMakeLists.txt
index 224d64b83b7d4..5dedee8a87f41 100644
--- a/lldb/tools/lldb-dap/CMakeLists.txt
+++ b/lldb/tools/lldb-dap/CMakeLists.txt
@@ -84,3 +84,5 @@ if(LLDB_DAP_WELCOME_MESSAGE)
PRIVATE
-DLLDB_DAP_WELCOME_MESSAGE=\"${LLDB_DAP_WELCOME_MESSAGE}\")
endif()
+
+add_subdirectory(tool)
More information about the lldb-commits
mailing list