hanchenye-llvm-project/clang-tools-extra/clang-tidy/hicpp/CMakeLists.txt

15 lines
219 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangTidyHICPPModule
NoAssemblerCheck.cpp
HICPPTidyModule.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangLex
clangTidy
clangTidyUtils
)