mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-16 18:57:02 +03:00
Adds CPM to package managers (#140)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user