Add ninja build system

This commit is contained in:
Scott Moore 2015-04-10 17:36:50 +10:00
parent 4a6c034724
commit a6ed869f48

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"
]
}