When following the steps in #2915 (comment) to generate native arm64 binaries for Git for Windows, all DLLs like iconv-2.dll and zlib1.dll are missing in the folders with the generated binaries:

When I copy the required DLLs manually from C:\git-sdk-64\usr\src\git\compat\vcbuild\vcpkg\installed\arm64-windows\bin, all is good:

Same goes for /arm64/libexec/git-core - manually adding the DLLs works.
Does anyone have an idea how we can copy the DLLs during the CMake build process as well? I assume this needs to happen in INSTALL.vcxproj somehow? Happy to provide a PR if someone could put me in the right direction 😊
When following the steps in #2915 (comment) to generate native
arm64binaries for Git for Windows, all DLLs likeiconv-2.dllandzlib1.dllare missing in the folders with the generated binaries:When I copy the required DLLs manually from
C:\git-sdk-64\usr\src\git\compat\vcbuild\vcpkg\installed\arm64-windows\bin, all is good:Same goes for
/arm64/libexec/git-core- manually adding the DLLs works.Does anyone have an idea how we can copy the DLLs during the CMake build process as well? I assume this needs to happen in
INSTALL.vcxprojsomehow? Happy to provide a PR if someone could put me in the right direction 😊