Add Ccache to the build systems (#1520)

This commit is contained in:
Arnaud Kleinpeter
2024-03-24 04:08:36 +01:00
committed by GitHub
parent 36855fbf2a
commit 2514fe66e6

View File

@@ -1273,6 +1273,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [Bear](https://github.com/rizsotto/Bear) - A tool to generate compilation database for clang tooling. [GPLv3]
* [Buck](https://github.com/facebook/buck) - A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages including C++ developed and used at Facebook. Written in Java. [Apache]
* [build2](https://build2.org/) - cross-platform build, packaging and dependency management toolchain for developing and packaging C/C++ projects. [MIT]
* [Ccache](https://ccache.dev/) - A fast C/C++ compiler cache. [GPLv3]
* [clib](https://github.com/clibs/clib) - Package manager for the C programming language. [MIT]
* [CMake](https://cmake.org/) - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
* [Cget](https://github.com/pfultz2/cget) - Cmake package retrieval. [Boost] [website](http://cget.readthedocs.io)