summaryrefslogtreecommitdiff
path: root/lib/Index/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Index/CMakeLists.txt')
-rw-r--r--lib/Index/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt
index 3869c32c879a4..8f51ccb11e584 100644
--- a/lib/Index/CMakeLists.txt
+++ b/lib/Index/CMakeLists.txt
@@ -1,18 +1,28 @@
set(LLVM_LINK_COMPONENTS
+ Core
Support
)
add_clang_library(clangIndex
+ CodegenNameGenerator.cpp
CommentToXML.cpp
+ IndexBody.cpp
+ IndexDecl.cpp
+ IndexingAction.cpp
+ IndexingContext.cpp
+ IndexSymbol.cpp
+ IndexTypeSourceInfo.cpp
USRGeneration.cpp
ADDITIONAL_HEADERS
+ IndexingContext.h
SimpleFormatContext.h
LINK_LIBS
clangAST
clangBasic
clangFormat
+ clangFrontend
clangRewrite
clangToolingCore
)