2013-12-10 03:04:43 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2016-02-15 12:29:36 +08:00
|
|
|
Core
|
2013-12-10 03:04:43 +08:00
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
2013-08-17 08:40:41 +08:00
|
|
|
add_clang_library(clangIndex
|
2016-02-15 06:30:14 +08:00
|
|
|
CodegenNameGenerator.cpp
|
2013-11-14 06:16:51 +08:00
|
|
|
CommentToXML.cpp
|
2016-02-13 07:10:59 +08:00
|
|
|
IndexBody.cpp
|
|
|
|
IndexDecl.cpp
|
|
|
|
IndexingAction.cpp
|
|
|
|
IndexingContext.cpp
|
|
|
|
IndexSymbol.cpp
|
|
|
|
IndexTypeSourceInfo.cpp
|
2016-02-15 06:30:14 +08:00
|
|
|
USRGeneration.cpp
|
2014-01-20 18:24:05 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADERS
|
2016-02-13 07:10:59 +08:00
|
|
|
IndexingContext.h
|
2014-01-20 18:24:05 +08:00
|
|
|
SimpleFormatContext.h
|
2013-08-17 08:40:41 +08:00
|
|
|
|
2014-02-26 14:41:29 +08:00
|
|
|
LINK_LIBS
|
2013-08-17 08:40:41 +08:00
|
|
|
clangAST
|
2013-12-10 03:04:43 +08:00
|
|
|
clangBasic
|
2013-11-14 06:26:04 +08:00
|
|
|
clangFormat
|
2016-02-13 07:10:59 +08:00
|
|
|
clangFrontend
|
2014-07-17 00:48:33 +08:00
|
|
|
clangRewrite
|
2017-01-30 14:48:27 +08:00
|
|
|
clangSerialization
|
2014-10-30 08:44:01 +08:00
|
|
|
clangToolingCore
|
2013-08-17 08:40:41 +08:00
|
|
|
)
|