Merge pull request #265 from xgdgsc/xgdgsc-ninja-patch

ninja deadlink
This commit is contained in:
Faraz Fallahi
2016-09-04 11:15:28 -06:00
committed by GitHub

View File

@@ -653,7 +653,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [CPM](https://github.com/iauns/cpm) - A C++ Package Manager based on CMake and Git.
* [FASTBuild](http://www.fastbuild.org/docs/home.html) - High performance, open-source build system supporting highly scalable compilation, caching and network distribution.
* [MesonBuild](http://mesonbuild.com) - An open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.
* [Ninja](http://martine.github.io/ninja/) - A small build system with a focus on speed.
* [Ninja](https://ninja-build.org/) - A small build system with a focus on speed.
* [Scons](http://www.scons.org/) - A software construction tool configured with a Python script.
* [Sconsolidator](http://www.sconsolidator.com/) - Scons build system integration for Eclipse CDT.
* [tundra](https://github.com/deplinenoise/tundra) - High-performance code build system designed to give the best possible incremental build times even for very large software projects.