Dwood15 / Tempera

Reverse Engineering project for Halo Custom Edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch from CMAKE to Meson

Dwood15 opened this issue · comments

commented

Meson is so much simpler and easier to learn and use.

https://mesonbuild.com/

commented

Did a review of meson and some mildly-complex projects which use it on github...

It's not that much simpler to use than CMAKE, at least in terms of how you're actually supposed to get stuff done, and the documentation around meson is still immature.

In terms of actually working with it, though, meson is more intuitive... for most things.