Add manifest support to depend-info #27030
GordonSmith
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
For me it worked by adding the project root directory with the vcpkg.json to the list of overlay port directories. Then I could just ask for the depend-info of the whole project at once.
I'm running this command from the project root directory, because that way also the vcpkg-configuration.json with additional registries is also recognised automatically. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
vcpkg.exe depend-info
requires a package name and ignores local manifestProposed solution
Should behave in a similar way to
vcpkg.exe install
and build a graph of all the dependencies in the vcpkg.json manifestDescribe alternatives you've considered
Manually running
vcpkg.exe depend-info
for each item in my manfiest file and merging the responsesBeta Was this translation helpful? Give feedback.
All reactions