Switch MinGW building to CMake

Automatically grabs and compiles libpng, and avoids having hacky lines in our Makefile
(the compiler specification *should* be orthogonal to the build target!)

Also move the MinGW package install to the `install_deps.sh` script,
to move logic off of the YAML.
This commit is contained in:
ISSOtm
2026-03-19 21:44:18 +01:00
committed by Eldred Habert
parent 846aa975f1
commit a802bcb320
9 changed files with 92 additions and 84 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CMakeUserPresets.json
build/
build*/
*.dSYM/
callgrind.out.*