7 ms·
It's 2022. Why would I learn even more horrible CMake instead of just going full Meson? Looks like it's the same cognitive cost, but no gains by staying on CMak
by desiderantes 4y ago
It's 2022. Why would I learn even more horrible CMake instead of just going full Meson? Looks like it's the same cognitive cost, but no gains by staying on CMake.
- mdaniel 4y agoFor my curiosity, does Meson emit "native" build files, such as Visual Studio, Makefiles, Ninja, or the like? That's been my favorite part of CMake (even before CLion used it as their defacto project format): if you can get a run of cmake to complete (which, granted ...), then you can open the project in a sane IDE and have library and build targets available
- Callistorr 4y agoEssentially garbage comments, Meson is anti-MSVC and will not comply. How is Meson any different from Waf (a dead project)?