Skip to content

Commit 3cad200

Browse files
committed
[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
1 parent a132938 commit 3cad200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-refactor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(LLVM_LINK_COMPONENTS
33
Support
44
)
55

6-
add_clang_executable(clang-refactor
6+
add_clang_tool(clang-refactor
77
ClangRefactor.cpp
88
TestSupport.cpp
99
)

0 commit comments

Comments
 (0)