team-charls / charls

CharLS, a C++ JPEG-LS library implementation
BSD 3-Clause "New" or "Revised" License
180 stars 74 forks source link

Ensure building with CMake uses correct DLL name for ARM64 #216

Closed vbaderks closed 1 year ago

vbaderks commented 1 year ago

To support platform neutral adapters like Java, Python and C# that need to load depending on the platform different versions, CharLS uses different filenames on Windows. Extend this option for the ARM64 architecture.