Replace add_clang_executable() calls with add_clang_tool() that takes
care of creating correct, distribution-friendly install target. While
at it, remove redundant install calls.
This change also causes clang-move and pp-trace to be installed.
Paths
| Differential D68423
[clang-tools-extra] [cmake] Use add_clang_tool() to install tools ClosedPublic Authored by mgorny on Oct 3 2019, 2:18 PM.
Details
Summary Replace add_clang_executable() calls with add_clang_tool() that takes This change also causes clang-move and pp-trace to be installed.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Oct 3 2019, 3:33 PM Closed by commit rL373694: [clang-tools-extra] [cmake] Use add_clang_tool() to install tools (authored by mgorny). · Explain WhyOct 3 2019, 10:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 223093 clang-tools-extra/clang-apply-replacements/tool/CMakeLists.txt
clang-tools-extra/clang-change-namespace/tool/CMakeLists.txt
clang-tools-extra/clang-include-fixer/find-all-symbols/tool/CMakeLists.txt
clang-tools-extra/clang-include-fixer/tool/CMakeLists.txt
clang-tools-extra/clang-move/tool/CMakeLists.txt
clang-tools-extra/clang-query/tool/CMakeLists.txt
clang-tools-extra/pp-trace/CMakeLists.txt
|