Merge branch 'master' into add-vcpkg

This commit is contained in:
Jason Turner
2019-12-09 15:00:50 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +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://docs.microsoft.com/en-us/cpp/build/vcpkg) - A C++ package manager for Windows, Linux and MacOS
* [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)
## Continuous Integration