Adds CPM to package managers (#140)

This commit is contained in:
Cliff Burdick
2022-02-10 14:50:24 -08:00
committed by GitHub
parent 3b336de604
commit 94af2ae300

View File

@@ -50,6 +50,7 @@ Package management is an important topic in C++, with currently no clear winner.
* [build2](https://build2.org/) - A cargo-like complete toolchain (build system, package manager, project manager) * [build2](https://build2.org/) - A cargo-like complete toolchain (build system, package manager, project manager)
* [Buckaroo](https://buckaroo.pm) - Truly decentralized cross-platform dependency manager for C/C++ and more * [Buckaroo](https://buckaroo.pm) - Truly decentralized cross-platform dependency manager for C/C++ and more
* [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) * [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)
* [CPM](https://github.com/cpm-cmake/CPM.cmake) - CMake package manager for modern CMake
## Continuous Integration ## Continuous Integration