You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
432 B
29 lines
432 B
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
|
|
)
|