aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-03-28 18:35:27 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-03-28 18:51:14 -0700
commit3e1104465eb4e40e3b4dce1a212d90a68928d442 (patch)
tree6dcac984f5816735baeeac5affd4076feb771496
parent36dddad940037e0d7b6ce83a5751fee402a8c0d0 (diff)
downloadvcpkg-3e1104465eb4e40e3b4dce1a212d90a68928d442.tar.gz
vcpkg-3e1104465eb4e40e3b4dce1a212d90a68928d442.zip
Add ninja to vcpkgTools.xml
-rw-r--r--scripts/vcpkgTools.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml
index 5df2de7ad..477584c5a 100644
--- a/scripts/vcpkgTools.xml
+++ b/scripts/vcpkgTools.xml
@@ -54,4 +54,18 @@
<sha256>2a3afe19c180f8373fa02ff00254d5394fec0349f5804e0ad2f6067854ff28ac</sha256>
<archiveRelativePath>7za920.zip</archiveRelativePath>
</tool>
+ <tool name="ninja" os="linux">
+ <requiredVersion>1.8.2</requiredVersion>
+ <exeRelativePath>ninja</exeRelativePath>
+ <url>https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip</url>
+ <sha256>d2fea9ff33b3ef353161ed906f260d565ca55b8ca0568fa07b1d2cab90a84a07</sha256>
+ <archiveRelativePath>ninja-linux.zip</archiveRelativePath>
+ </tool>
+ <tool name="ninja" os="osx">
+ <requiredVersion>1.8.2</requiredVersion>
+ <exeRelativePath>ninja</exeRelativePath>
+ <url>https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip</url>
+ <sha256>0347d55c66061652b26f48769d566761630ffde3143793b29064a57f356542cc</sha256>
+ <archiveRelativePath>ninja-mac.zip</archiveRelativePath>
+ </tool>
</tools>