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

15 lines
211 B
CMake

set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangTidyUtils
HeaderGuard.cpp
IncludeInserter.cpp
IncludeSorter.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangLex
clangTidy
)