Search notes:

build systems

CMake
GNU Build System (aka autotools).
Meson
SCons

Misc

Meson and CMake don't build software directly, but rather use a backend build system: ninja on Linux, MSBuild on Windows and XCode on macOS.

Index