meson

SCons-like build system that uses Python as a front-end language and Ninja as a building backend. More information: https://mesonbuild.com.

meson init --language=c --name=myproject --version=0.1

meson setup build_dir

meson compile -C path/to/build_dir

meson test

meson --help

meson --version