adds build system

I heard about this from cppcast
http://cppcast.com/2015/12/jussi-pakkanen/
This commit is contained in:
Trevor Hickey
2015-12-24 11:18:54 -05:00
parent 11f0f7dba8
commit a13a9f378b

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. * [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] * [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. * [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. * [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. * [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. * [Sconsolidator](http://www.sconsolidator.com/) - Scons build system integration for Eclipse CDT.