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.