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

add_clang_library(clangRename
  USRFinder.cpp
  USRFindingAction.cpp
  USRLocFinder.cpp
  RenamingAction.cpp

  LINK_LIBS
  clangAST
  clangBasic
  clangIndex
  clangToolingCore
  )

add_subdirectory(tool)
OpenPOWER on IntegriCloud