added vcpkg library manager to Tools section

This commit is contained in:
Nikita S
2019-09-17 13:54:53 +03:00
committed by GitHub
parent aba2ab9e93
commit 71aaf01ed6

View File

@@ -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