[clang-refactor] Use add_clang_tool CMake template

This allows including clang-refactor in LLVM_DISTRIBUTION_COMPONENTS
to build clang-refactor as part of the toolchain distribution.

Differential Revision: https://reviews.llvm.org/D39266

llvm-svn: 316540
This commit is contained in:
Petr Hosek 2017-10-25 01:11:27 +00:00
parent a132938295
commit 3cad20023b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set(LLVM_LINK_COMPONENTS
Support
)
add_clang_executable(clang-refactor
add_clang_tool(clang-refactor
ClangRefactor.cpp
TestSupport.cpp
)