forked from OSchip/llvm-project
[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:
parent
a132938295
commit
3cad20023b
|
@ -3,7 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
Support
|
||||
)
|
||||
|
||||
add_clang_executable(clang-refactor
|
||||
add_clang_tool(clang-refactor
|
||||
ClangRefactor.cpp
|
||||
TestSupport.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue