summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-diff/CMakeLists.txt
blob: a1fc6275be308d6a20adb8bf982480b5dd5296db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(LLVM_LINK_COMPONENTS
  Support
  )

add_clang_executable(clang-diff
  ClangDiff.cpp
  )

target_link_libraries(clang-diff
  clangBasic
  clangFrontend
  clangTooling
  clangToolingASTDiff
  )
OpenPOWER on IntegriCloud