8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc247ae + 30c6919 commit 2cb2c6cCopy full SHA for 2cb2c6c
02-Use_the_Tools_Available.md
@@ -20,6 +20,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
20
* Consider: https://github.com/sakra/cotire/ for build performance
21
* Consider: https://github.com/toeb/cmakepp for enhanced usability
22
* [Conan](https://www.conan.io/) - a crossplatform dependency manager for C++
23
+ * [C++ Archive Network (CPPAN)](https://cppan.org/) - a crossplatform dependency manager for C++
24
* [Waf](https://waf.io/)
25
* [FASTBuild](http://www.fastbuild.org/)
26
* [Ninja](https://ninja-build.org/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for CMake.
0 commit comments