imaris / ImarisWriter

Apache License 2.0
29 stars 13 forks source link

Allow the use of MinGW on Windows #11

Open MattHazard opened 4 months ago

MattHazard commented 4 months ago

In my projects, I use MinGW on Windows to compile most software. Adding this to your CMake file will allow other users to use MinGW instead of MSVC. I've compiled ImarisWriter with MinGW and everything works for my use case so far.