blob: 784b56026c29a662c0d10506e22e8f8a883a97d6 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS support)
add_clang_library(modernizeCore
ReplacementHandling.cpp
Transforms.cpp
Transform.cpp
IncludeExcludeInfo.cpp
PerfSupport.cpp
IncludeDirectives.cpp
)
target_link_libraries(modernizeCore
clangFormat
clangTooling
clangBasic
clangASTMatchers
clangRewriteFrontend
)