ezvcpkg icon indicating copy to clipboard operation
ezvcpkg copied to clipboard

Results 7 ezvcpkg issues
Sort by recently updated
recently updated
newest added

add Quotes around ${EZVCPKG_EXE} and ${EZVCPKG_DIR} when executing commands. this will ensure that paths with spaces actually work.

When building for platforms like Android, you may want some vcpkg packages built for the host system to provide build toolchain functionality (for instance, spirv-tools), and other packages built for...

if I'm developing over a long period of time and my ezvcpkg dependencies change (in a way that requires that the commit ID I use changes), this implies that I'm...

help wanted

The build directory will contain the source for packages as well as symbols for the debug builds, so it can be useful to retain it when you're debugging your own...

This is to avoid issues with static/non-static builds using the same toolchain, where we have one toolchain, but could have both `x64-windows` and `x64-windows-static` installed packages.

Check for existing VCPKG usage in a consuming project and dispatch to that implementation. This could be done using the `Z_VCPKG_ROOT_DIR` variable defined in the toolchain file `vcpkg/scripts/buildsystems/vcpkg.cmake`. This should...