aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Index/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt
index 1e41c7fa58..e7ef57bfa3 100644
--- a/lib/Index/CMakeLists.txt
+++ b/lib/Index/CMakeLists.txt
@@ -1,10 +1,15 @@
set(LLVM_NO_RTTI 1)
add_clang_library(clangIndex
+ Analyzer.cpp
ASTLocation.cpp
DeclReferenceMap.cpp
Entity.cpp
+ GlobalSelector.cpp
+ Handlers.cpp
+ Indexer.cpp
IndexProvider.cpp
Program.cpp
ResolveLocation.cpp
+ SelectorMap.cpp
)