blob: 68ebb5b7ede301954c960b87db249c6fe39cd7f8 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
Support
)
add_clang_library(clangIndex
CommentToXML.cpp
FileIndexRecord.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
clangLex
clangRewrite
clangSerialization
clangToolingCore
DEPENDS
omp_gen
)