You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the build using MSYS Makefiles, specifying the mingw64 toolchain
cmake -G "MSYS Makefiles" -DCMAKE_INSTALL_PREFIX=/mingw64/x86_64-w64-mingw32 ..
make
When you run the built executables Windows will complain about several missing DLL files. You search for these and place them next to the executable for the time being (not yet sure what the long term solution to this is).