build2

C/C++ build toolchain with dependency management and testing

brewmacoslinux
Try with needOr install directly
Source

About

C/C++ Build Toolchain

Commands

bbdepbpkg

Examples

Create a new C++ project$ bdep new -t exe hello
Build a project in the current directory$ b build
Add a dependency to your project$ bdep add libhello