llvm-project/clang-tools-extra/clang-tidy/misc/CMakeLists.txt

14 lines
220 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangTidyMiscModule
ArgumentCommentCheck.cpp
MiscTidyModule.cpp
RedundantSmartptrGet.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangTidy
)