diff --git a/lldb/cmake/caches/Apple-lldb-Linux.cmake b/lldb/cmake/caches/Apple-lldb-Linux.cmake index bfa660d8654b7..b936929afc42f 100644 --- a/lldb/cmake/caches/Apple-lldb-Linux.cmake +++ b/lldb/cmake/caches/Apple-lldb-Linux.cmake @@ -5,6 +5,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS lldb liblldb lldb-argdumper + lldb-dap lldb-server lldb-python-scripts CACHE STRING "") diff --git a/lldb/cmake/caches/Apple-lldb-macOS.cmake b/lldb/cmake/caches/Apple-lldb-macOS.cmake index 2aef41157bab1..5155024ac3a02 100644 --- a/lldb/cmake/caches/Apple-lldb-macOS.cmake +++ b/lldb/cmake/caches/Apple-lldb-macOS.cmake @@ -22,6 +22,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS lldb liblldb lldb-argdumper + lldb-dap darwin-debug debugserver CACHE STRING "")