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

16 lines
228 B
CMake

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