8000 Merge pull request #58 from egorpugin/patch-1 · windoro/cppbestpractices@2cb2c6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2cb2c6c

Browse files
authored
Merge pull request cpp-best-practices#58 from egorpugin/patch-1
Add C++ Archive Network entry.
2 parents dc247ae + 30c6919 commit 2cb2c6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
2020
* Consider: https://github.com/sakra/cotire/ for build performance
2121
* Consider: https://github.com/toeb/cmakepp for enhanced usability
2222
* [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++
2324
* [Waf](https://waf.io/)
2425
* [FASTBuild](http://www.fastbuild.org/)
2526
* [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

Comments
 (0)
0