Y
Hacker News
new
|
ask
|
show
|
jobs
by
Sir_Cmpwn
2851 days ago
I think the best advice I can give to someone learning about cmake is to use meson instead. I once had dozens of codebases using cmake, and have since moved most of them to meson and start most new new projects with meson.
1 comments
nwmcsween
2851 days ago
I dislike meson, it mixes configuration with generation when a separate project (if even really needed as sh is fine) for configuration could exist.
link
wirrbel
2850 days ago
What?
link
nwmcsween
2850 days ago
It mixes configuration as in ./configure related with generation as in build generation.
link