forked from OSchip/llvm-project
20 lines
314 B
CMake
20 lines
314 B
CMake
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
add_clang_library(modernizeCore
|
|
ReplacementHandling.cpp
|
|
Transforms.cpp
|
|
Transform.cpp
|
|
IncludeExcludeInfo.cpp
|
|
PerfSupport.cpp
|
|
IncludeDirectives.cpp
|
|
|
|
LINK_LIBS
|
|
clangAST
|
|
clangASTMatchers
|
|
clangBasic
|
|
clangFrontend
|
|
clangLex
|
|
clangTooling
|
|
clangToolingCore
|
|
)
|