DescriptionBuild clang tools using CMake
This patch adds the CMakeLists.txt necessary to build clang tools using
CMake. The build files have also been refactored by creating a
top-level CMakeLists.txt. The list of tools to be built can be
controlled by setting ${CHROMIUM_TOOLS}. Tools are now installed with
a CMake rule rather than a manual cp, which should make this logic a
little more platform independent.
R=hans@chromium.org
Committed: https://crrev.com/efc44699afca7b3935896754dc7da39e19edb36c
Cr-Commit-Position: refs/heads/master@{#296081}
Patch Set 1 #Patch Set 2 : Minor cleanup #Patch Set 3 : Delete legacy Makefile #Patch Set 4 : Recursive CMake for all #Patch Set 5 : Fix typo #Patch Set 6 : Fix --help #Patch Set 7 : Rebase to ToT #Patch Set 8 : Drink some more cmake koolaid #Patch Set 9 : rebase #Patch Set 10 : Fix typo #
Messages
Total messages: 13 (1 generated)
|