summaryrefslogtreecommitdiffstats
path: root/examples/Tooling/CMakeLists.txt
blob: 257d3ea8eaa304939b93f7407404faffcac1d2f1 (plain)
1
2
3
4
5
6
set(LLVM_USED_LIBS clangTooling clangBasic)

add_clang_executable(clang-check
  ClangCheck.cpp
  )

OpenPOWER on IntegriCloud