Merge pull request #334 from scottwillmoore/add-ninja

Add ninja build system
This commit is contained in:
Simon Hartcher 2015-04-10 22:03:23 +10:00
commit eaed5a6142

10
ninja.json Normal file
View File

@ -0,0 +1,10 @@
{
"homepage": "http://martine.github.io/ninja/",
"version": "1.5.3",
"license": "Apache 2.0",
"url": "https://github.com/martine/ninja/releases/download/v1.5.3/ninja-win.zip",
"hash": "f4bb3802854e677b9e063506788f123de18a122c0743125b499075c12402bf97",
"bin": [
"ninja.exe"
]
}