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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
261 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangTidyOpenMPModule
ExceptionEscapeCheck.cpp
OpenMPTidyModule.cpp
UseDefaultNoneCheck.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangTidy
clangTidyUtils
LLVMFrontendOpenMP
)