From a6ed869f48b4617b190ea30507f2731573f7660a Mon Sep 17 00:00:00 2001 From: Scott Moore Date: Fri, 10 Apr 2015 17:36:50 +1000 Subject: [PATCH] Add ninja build system --- ninja.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ninja.json diff --git a/ninja.json b/ninja.json new file mode 100644 index 0000000000..2f79835270 --- /dev/null +++ b/ninja.json @@ -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" + ] +} \ No newline at end of file