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

18 lines
284 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangTidyMPIModule
BufferDerefCheck.cpp
MPITidyModule.cpp
TypeMismatchCheck.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangLex
clangTidy
clangTidyUtils
clangTooling
clangStaticAnalyzerCheckers
)