filipdutescu / modern-cpp-template

A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
The Unlicense
1.73k stars 215 forks source link

How to use vcpkg? #33

Closed vadi2 closed 2 years ago

vadi2 commented 2 years ago

I enabled vcpkg support in my project (which downloaded the appropriate cmake file), created vcpkg.json to specify the dependencies that should be installed, but... they're not being installed. How do I plug in vcpkg to automatically install the dependencies?

vadi2 commented 2 years ago

Looks like vcpkg is being used incorrectly by this template, I'll file a separate issue.