2013-12-10 03:04:43 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
2013-08-17 08:40:41 +08:00
|
|
|
add_clang_library(clangIndex
|
2013-11-14 06:16:51 +08:00
|
|
|
CommentToXML.cpp
|
2013-08-17 08:40:41 +08:00
|
|
|
USRGeneration.cpp
|
2014-01-20 18:24:05 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADERS
|
|
|
|
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
|
2014-07-17 00:48:33 +08:00
|
|
|
clangRewrite
|
2014-10-30 08:44:01 +08:00
|
|
|
clangToolingCore
|
2013-08-17 08:40:41 +08:00
|
|
|
)
|