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
If we can find a vcpkg.json in some specified location in the jar of one of the dependencies, we should merge the configuration from that vcpkg.json with what we have locally.
If we can find a
vcpkg.json
in some specified location in the jar of one of the dependencies, we should merge the configuration from that vcpkg.json with what we have locally.Depends on #47.
After that, I believe we should provide some facilities for library authors to easier configure the two following things:
vcpkg-json-location
attribute in META-INF/MANIFEST.MF in the jar, which points to the relative location of thevcpkg.json
in the jarI believe just automating addition of attributes and vcpkg.json (copied from the location specified in the module)
VcpkgLibraryPlugin
which just does the things aboveThe text was updated successfully, but these errors were encountered: