blob: 5a83b3fef0815ff17cf8436ab0b897b30857091e [file] [log] [blame]
set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangTidyCppCoreGuidelinesModule
CppCoreGuidelinesTidyModule.cpp
ProTypeConstCastCheck.cpp
ProTypeReinterpretCastCheck.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangLex
clangTidy
clangTidyUtils
clangTooling
)