Are you tired of dealing with different C++ compilers for every platform, cmake/make/shell build scripts, and dealing with static libraries? Me too!
I'm currently working on a #cpp project manager that aims to unify these aspects into one tool (heavily inspired by #rust 's Cargo tool).
I hope that it may prove useful!