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

16 lines
249 B
CMake

set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangTidyPortabilityModule
PortabilityTidyModule.cpp
SIMDIntrinsicsCheck.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangLex
clangTidy
clangTidyUtils
clangTooling
)