C++ package management using vcpkg
The below are instructions for setting up vcpkg in a CMake based C++ project. I’ve done this enough times to warrant a post on this site, that I can look up quickly instead of having to load up my notes app. Steps 1 – Create a folder named ThirdParty, if it doesn’t already exist. 2 … Read more