diff options
| -rw-r--r-- | clang-tools-extra/clangd/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/CMakeLists.txt b/clang-tools-extra/clangd/CMakeLists.txt index 72305e4208b..7e8691e1a86 100644 --- a/clang-tools-extra/clangd/CMakeLists.txt +++ b/clang-tools-extra/clangd/CMakeLists.txt @@ -9,8 +9,8 @@ add_clang_library(clangDaemon    ClangdUnitStore.cpp    DraftStore.cpp    GlobalCompilationDatabase.cpp -  JSONRPCDispatcher.cpp    JSONExpr.cpp +  JSONRPCDispatcher.cpp    Logger.cpp    Protocol.cpp    ProtocolHandlers.cpp  | 

