8000 Merge pull request #113 from studoot/add-vcpkg · StepTurtle/cppbestpractices@203c9d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 203c9d1

Browse files
authored
Merge pull request cpp-best-practices#113 from studoot/add-vcpkg
Add vcpkg to 'Use the Tools Available'
2 parents a5fea49 + ce52a52 commit 203c9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +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 C++ Library Manager for Windows, Linux, and MacOS
50+
* [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)
5151

5252
## Continuous Integration
5353

0 commit comments

Comments
 (0)
0