Merge pull request #49 from cubranic/patch-1

Fix the link to the Ninja build system
This commit is contained in:
Jason Turner
2016-09-01 10:38:05 -06:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
* [Conan](https://www.conan.io/) - a crossplatform dependency manager for C++
* [Waf](https://waf.io/)
* [FASTBuild](http://www.fastbuild.org/)
* [Ninja](https://martine.github.io/ninja/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for CMake.
* [Ninja](https://ninja-build.org/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for CMake.
* [Bazel](http://bazel.io/) - Note: MacOS and Linux only.
* [gyp](https://chromium.googlesource.com/external/gyp/) - Google's build tool for chromium.
* [maiken](https://github.com/Dekken/maiken) - Crossplatform build tool with Maven-esque configuration style.