aboutsummaryrefslogtreecommitdiff
path: root/clangd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clangd/CMakeLists.txt')
-rw-r--r--clangd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clangd/CMakeLists.txt b/clangd/CMakeLists.txt
index 6fe77c11..98a468ff 100644
--- a/clangd/CMakeLists.txt
+++ b/clangd/CMakeLists.txt
@@ -19,7 +19,7 @@ add_clang_library(clangDaemon
Protocol.cpp
ProtocolHandlers.cpp
Trace.cpp
- index/FileSymbols.cpp
+ index/FileIndex.cpp
index/Index.cpp
index/MemIndex.cpp
index/SymbolCollector.cpp