summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/llvm/CMakeLists.txt
blob: 58ceb06f2d5221c3dd7029694880596c8f848e6c (plain)
1
2
3
4
5
6
7
8
9
10
set(LLVM_LINK_COMPONENTS support)

add_clang_library(clangTidyLLVMModule
  LLVMTidyModule.cpp
  )
target_link_libraries(clangTidyLLVMModule
  clangTooling
  clangBasic
  clangASTMatchers
  )
OpenPOWER on IntegriCloud