Post

vcpkg with CMake overview

Hello everyone,

It’s a commonly repeated cliché that C++ has no package manager and that integrating external libraries is unnecessarily difficult. Nowadays, we have a number of solutions addressing this shortcoming. Here is one that I find mature enough to be used in production.

I have compiled a tutorial that explains how to work with vcpkg and CMake:

If you have anything to add or fix, please let me know. and I hope someone finds it useful.

This post is licensed under CC BY 4.0 by the author.