Merge pull request #173 from luxe/patch-1

adds build system
This commit is contained in:
Faraz Fallahi
2015-12-26 15:53:23 -06:00

View File

@@ -620,7 +620,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [Biicode](https://www.biicode.com/) - Simple, file-based dependency manager.
* [CMake](https://cmake.org/) - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
* [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.
* [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.
* [Scons](http://www.scons.org/) - A software construction tool configured with Python scipt.
* [Sconsolidator](http://www.sconsolidator.com/) - Scons build system integration for Eclipse CDT.