mhulden / foma

Automatically exported from code.google.com/p/foma
115 stars 90 forks source link

Portable CMake build #141

Closed TinoDidriksen closed 2 years ago

TinoDidriksen commented 2 years ago

I finally had enough of patching the Makefile for yet another platform, so here is a fully functional portable CMake build.

It'll do the same as the current Makefile, but will also work on platforms that the Makefile needs patches for.

I've tested that it builds with:

It incidentally also fixes the current Github CI MSYS build failure.