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

add_clang_library(clangTidyUtils
  HeaderGuard.cpp

  LINK_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangLex
  clangTidy
  )
OpenPOWER on IntegriCloud