Add vcpkg to package managers

This commit is contained in:
Morgan Creekmore
2019-09-05 17:27:25 -05:00
committed by GitHub
parent aba2ab9e93
commit 4e3b841277

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) - C++ Library Manager for Windows, Linux, and MacOS
## Continuous Integration