2013-06-06 00:39:24 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
|
2013-09-05 01:35:07 +08:00
|
|
|
add_clang_library(modernizeCore
|
2013-10-05 20:15:58 +08:00
|
|
|
ReplacementHandling.cpp
|
2013-06-06 00:39:24 +08:00
|
|
|
Transforms.cpp
|
|
|
|
Transform.cpp
|
|
|
|
IncludeExcludeInfo.cpp
|
|
|
|
PerfSupport.cpp
|
2013-08-27 22:50:26 +08:00
|
|
|
IncludeDirectives.cpp
|
2014-02-26 14:41:29 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
2013-12-10 09:41:10 +08:00
|
|
|
clangAST
|
2013-06-06 00:39:24 +08:00
|
|
|
clangASTMatchers
|
2013-12-10 09:41:10 +08:00
|
|
|
clangBasic
|
|
|
|
clangFrontend
|
|
|
|
clangLex
|
|
|
|
clangTooling
|
2013-06-06 00:39:24 +08:00
|
|
|
)
|