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

add_clang_library(clangTidyLinuxKernelModule
  LinuxKernelTidyModule.cpp
  MustCheckErrsCheck.cpp

  LINK_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangLex
  clangTidy
  clangTidyUtils
  )
OpenPOWER on IntegriCloud