8000 Adds CPM to package managers (#140) · FamousHero/cppbestpractices@94af2ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 94af2ae

Browse files
authored
Adds CPM to package managers (cpp-best-practices#140)
1 parent 3b336de commit 94af2ae

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
@@ -50,6 +50,7 @@ Package management is an important topic in C++, with currently no clear winner.
5050
* [build2](https://build2.org/) - A cargo-like complete toolchain (build system, package manager, project manager)
5151
* [Buckaroo](https://buckaroo.pm) - Truly decentralized cross-platform dependency manager for C/C++ and more
5252
* [Vcpkg](https://github.com/microsoft/vcpkg) - Microsoft C++ Library Manager for Windows, Linux, and MacOS - [description](https://docs.microsoft.com/en-us/cpp/build/vcpkg)
53+
* [CPM](https://github.com/cpm-cmake/CPM.cmake) - CMake package manager for modern CMake
5354

5455
## Continuous Integration
5556

0 commit comments

Comments
 (0)
0