summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/objc/CMakeLists.txt
blob: 68dda6530f7f71dd9572ed32d109057309247407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set(LLVM_LINK_COMPONENTS support)

add_clang_library(clangTidyObjCModule
  AvoidNSErrorInitCheck.cpp
  ForbiddenSubclassingCheck.cpp
  MissingHashCheck.cpp
  ObjCTidyModule.cpp
  PropertyDeclarationCheck.cpp
  SuperSelfCheck.cpp

  LINK_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangLex
  clangTidy
  clangTidyUtils
  )
OpenPOWER on IntegriCloud