I finally published a first version of my #cpp build system: #Dedalo.
It's a very strongly opinionated build system with 2 core goals:
- To be able to build C++ projects with nothing but a C++ compiler. No additional script languages to learn, nor complex tools to install.
- To be able to distribute the build system with your project. No more fighting with incompatible versions.
#MIT license so no headaches.
https://github.com/javiersalcedopuyo/dedalo
(macOS and Linux only for now)


OpenSoul 
