Skip to content

Commit 242cfbc

Browse files
committed
an order fix for CMake, FastBuild
1 parent 6b9e386 commit 242cfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
491491

492492
* [Bear](https://github.com/rizsotto/Bear) - A tool to generate compilation database for clang tooling.
493493
* [Biicode](https://www.biicode.com/) - Simple, file-based dependency manager.
494-
* [FASTBuild](http://www.fastbuild.org/docs/home.html) - High performance, open-source build system supporting highly scalable compilation, caching and network distribution.
495494
* [CMake](http://www.cmake.org/) - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
496495
* [CPM](https://github.com/iauns/cpm) - A C++ Package Manager based on CMake and Git.
496+
* [FASTBuild](http://www.fastbuild.org/docs/home.html) - High performance, open-source build system supporting highly scalable compilation, caching and network distribution.
497497
* [Ninja](http://martine.github.io/ninja/) - A small build system with a focus on speed.
498498
* [Scons](http://www.scons.org/) - A software construction tool configured with Python scipt.
499499
* [tundra](https://github.com/deplinenoise/tundra) - High-performance code build system designed to give the best possible incremental build times even for very large software projects.

0 commit comments

Comments
 (0)