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
I was surprised that - unlike the CMAKE_TOOLCHAIN_FILE approach - vcpkg is not automatically bootstrapped by the msbuild props/targets files. It would be nice for consistency if the msbuild integration did this too.
I'm currently doing this with a custom PreBuildEvent:
I usually use vcpkg with CMake, but also use it in a few msbuild projects; I came across https://learn.microsoft.com/en-us/vcpkg/users/buildsystems/msbuild-integration - thanks for adding support for app-local mode/vcpkg-as-a-submodule in msbuild!
I was surprised that - unlike the CMAKE_TOOLCHAIN_FILE approach - vcpkg is not automatically bootstrapped by the msbuild props/targets files. It would be nice for consistency if the msbuild integration did this too.
I'm currently doing this with a custom PreBuildEvent:
The text was updated successfully, but these errors were encountered: