8000 added vcpkg library manager to Tools section · svenzhang2016/cppbestpractices@71aaf01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71aaf01

Browse files
authored
added vcpkg library manager to Tools section
1 parent aba2ab9 commit 71aaf01

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://github.com/microsoft/vcpkg) - Microsoft cross-platform library manager, could be used with CMake
5051

< 40F7 code>5152
## Continuous Integration
5253

0 commit comments

Comments
 (0)
0