microsoft / DirectXMesh

DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
786 stars 152 forks source link

ARM64 version of meshconvert #66

Closed walbourn closed 1 year ago

walbourn commented 2 years ago

The VC++ projects only currently build x86/x64 versions of this tool for desktop.

The CMakeLists.txt supports creating the ARM64 version of this tool, so this should be added to the VC++ projects.

walbourn commented 1 year ago

Should include the ARM64 built & codesigned version in the release, along with updating the vcpkg port to download it when appropriate.