bolt/deps/llvm-18.1.8/clang-tools-extra/clang-tidy/hicpp/CMakeLists.txt

38 lines
678 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)
add_clang_library(clangTidyHICPPModule
ExceptionBaseclassCheck.cpp
HICPPTidyModule.cpp
IgnoredRemoveResultCheck.cpp
MultiwayPathsCoveredCheck.cpp
NoAssemblerCheck.cpp
SignedBitwiseCheck.cpp
LINK_LIBS
clangTidy
clangTidyBugproneModule
clangTidyCppCoreGuidelinesModule
clangTidyGoogleModule
clangTidyMiscModule
clangTidyModernizeModule
clangTidyPerformanceModule
clangTidyReadabilityModule
clangTidyUtils
DEPENDS
omp_gen
ClangDriverOptions
)
clang_target_link_libraries(clangTidyHICPPModule
PRIVATE
clangAST
clangASTMatchers
clangBasic
clangLex
clangSerialization
)