From a13a9f378b7eb59d83e78230e32de1d15546ede4 Mon Sep 17 00:00:00 2001 From: Trevor Hickey Date: Thu, 24 Dec 2015 11:18:54 -0500 Subject: [PATCH] adds build system I heard about this from cppcast http://cppcast.com/2015/12/jussi-pakkanen/ --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3f4e6e..8681dd9 100644 --- a/README.md +++ b/README.md @@ -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.