mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 03:04:36 +03:00
added vcpkg library manager to Tools section
This commit is contained in:
@@ -47,6 +47,7 @@ Package management is an important topic in C++, with currently no clear winner.
|
||||
* [qpm](https://www.qpm.io/) - Package manager for Qt
|
||||
* [build2](https://build2.org/) - cargo-like package management for C++
|
||||
* [Buckaroo](https://buckaroo.pm) - Truly decentralized cross-platform dependency manager for C/C++ and more
|
||||
* [vcpkg](https://github.com/microsoft/vcpkg) - Microsoft cross-platform library manager, could be used with CMake
|
||||
|
||||
## Continuous Integration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user