Add a vcpkg.json manifest file to the cpp project root to enable easy one-liner installation of build dependencies with vcpkg:
vcpkg install --clean-after-build --triplet x64-windows --x-manifest-root C:\path\to\arrow\cpp
Info about vcpkg manifests:
Reporter: Ian Cook / @ianmcook
Assignee: Ian Cook / @ianmcook
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-11340. Please see the migration documentation for further details.
Add a
vcpkg.jsonmanifest file to thecppproject root to enable easy one-liner installation of build dependencies withvcpkg:Info about
vcpkgmanifests:https://devblogs.microsoft.com/cppblog/vcpkg-accelerate-your-team-development-environment-with-binary-caching-and-manifests/#announcing-manifests-and-binary-caching-support
https://vcpkg.readthedocs.io/en/latest/specifications/manifests/
https://github.com/microsoft/vcpkg/blob/master/docs/users/manifests.md
Reporter: Ian Cook / @ianmcook
Assignee: Ian Cook / @ianmcook
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-11340. Please see the migration documentation for further details.