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

add_clang_library(clangTidyZirconModule
  TemporaryObjectsCheck.cpp
  ZirconTidyModule.cpp

  LINK_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangLex
  clangTidy
  clangTidyUtils
  )
OpenPOWER on IntegriCloud