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

add_clang_library(clangTidyMiscModule
  MiscTidyModule.cpp

  LINK_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangTidy
  )
OpenPOWER on IntegriCloud