Add --save option to create vcpkg.json file #20820
autoantwort
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running
vcpkg install fmt --save
vcpkg should create a vcpkg.json file with the dependencyfmt
. When I then runvcpkg install sqlite3 --save
it should add sqlite3 to the dependency list (maybe make--save
optional here).Additional information: This was also used by
npm
, now--save
is the default there.Beta Was this translation helpful? Give feedback.
All reactions