forked from OSchip/llvm-project
[clang-include-fixer] Use add_clang_tool instead add_clang_executable
This makes it possible to include clang-include-fixer as distribution component when building Clang based toolchain using CMake. Differential Revision: https://reviews.llvm.org/D43371 llvm-svn: 325381
This commit is contained in:
parent
09e04af42f
commit
330a00c41e
|
@ -1,6 +1,6 @@
|
|||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
|
||||
|
||||
add_clang_executable(clang-include-fixer
|
||||
add_clang_tool(clang-include-fixer
|
||||
ClangIncludeFixer.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue