You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See: https://github.com/build-cpp/vcpkg_template/tree/simplified-vscode. It also needs some kind of handling for subprojects (that scenario is not supported by vcpkg according to one of the authors) and it would be best if you get error messages that certain packages need to be specified in the root project for it to work.
The text was updated successfully, but these errors were encountered:
Hi
I've created a new branch called "manifest" with support for vcpkg manifest mode. I chose (& vendored) nlohmann/json for vcpkg.json generation. I think the next step is to also support versions and features for each dependency:
PMM is awfully complicated and does not work properly. Replace it with modern vcpkg.
Should generate
vcpkg.json
(take care of the vcpkg identifiers not allowing capital letters or underscores):And (right after the
project
):See: https://github.com/build-cpp/vcpkg_template/tree/simplified-vscode. It also needs some kind of handling for subprojects (that scenario is not supported by vcpkg according to one of the authors) and it would be best if you get error messages that certain packages need to be specified in the root project for it to work.
The text was updated successfully, but these errors were encountered: