Replies: 2 comments
-
I solved this using <VcpkgAdditionalInstallOptions>--overlay-triplets=$(VcpkgManifestRoot)\triplets $(VcpkgAdditionalInstallOptions)</VcpkgAdditionalInstallOptions> So there is no urgent need for a specialized property for this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please keep this issue open until we fix it by adding a feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have looked in the documentation, but couldn't find an MSBuild variable/property to add a triplet overlay path.
Does this exist? If not, this is a feature request... :)
In combination with the manifests feature it would be useful to keep custom triplets in the project source repo, and not have to modify global environment variables like VCPKG_OVERLAY_TRIPLETS but instead keep the configuration in an MSBuild .props file.
example folder structure in project root:
Building in Visual Studio would then work automatically with MSBuild.
Beta Was this translation helpful? Give feedback.
All reactions