hanchenye-llvm-project/clang-tools-extra/clang-modernize/Core/CMakeLists.txt

18 lines
321 B
CMake

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
)