8000 Add vcpkg to 'Use the Tools Available' · svenzhang2016/cppbestpractices@018cb79 · GitHub
[go: up one dir, main page]

Skip to content

Commit 018cb79

Browse files
authored
Add vcpkg to 'Use the Tools Available'
Add Microsoft's `vcpkg` package manager.
1 parent 19e4c22 commit 018cb79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Package management is an important topic in C++, with currently no clear winner.
4747
* [qpm](https://www.qpm.io/) - Package manager for Qt
4848
* [build2](https://build2.org/) - cargo-like package management for C++
4949
* [Buckaroo](https://buckaroo.pm) - Truly decentralized cross-platform dependency manager for C/C++ and more
50+
* [vcpkg](https://docs.microsoft.com/en-us/cpp/build/vcpkg) - A C++ package manager for Windows, Linux and MacOS
5051

5152
## Continuous Integration
5253

0 commit comments

Comments
 (0)
0