|
|
|
|
|
by mianos
2851 days ago
|
|
There is a python one, waf, https://en.m.wikipedia.org/wiki/Waf It is awesome but not very popular. I wish it was more popular. As a python and C++ developer the build files and up so much clearer than anything else. I write and use cmake files every day and I don't like it at all. |
|
Haven't dug into it yet to say thumbs up or down, but the fact that it uses a full-fledged generic programming language instead of a DSL is a promising start.
Here's a waf "makefile":
https://gitlab.com/ita1024/waf/blob/master/demos/c++/wscript