Skip to content

Commit a6b3fdd

Browse files
committed
Merge pull request fffaraz#173 from luxe/patch-1
adds build system
2 parents 11f0f7d + a13a9f3 commit a6b3fdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
620620
* [Biicode](https://www.biicode.com/) - Simple, file-based dependency manager.
621621
* [CMake](https://cmake.org/) - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
622622
* [CPM](https://github.com/iauns/cpm) - A C++ Package Manager based on CMake and Git.
623-
* [FASTBuild](http://www.fastbuild.org/docs/home.html) - High performance, open-source build system supporting highly scalable compilation, caching and network distribution.
623+
* [FASTBuild](http://www.fastbuild.org/docs/home.html) - High performance, open-source build system supporting highly scalable compilation, caching and network distribution.
624+
* [MesonBuild](http://mesonbuild.com) - An open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.
624625
* [Ninja](http://martine.github.io/ninja/) - A small build system with a focus on speed.
625626
* [Scons](http://www.scons.org/) - A software construction tool configured with Python scipt.
626627
* [Sconsolidator](http://www.sconsolidator.com/) - Scons build system integration for Eclipse CDT.

0 commit comments

Comments
 (0)