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) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits