A fast and lightweight build system for C and C++ projects, designed to be simple to use and integrate with minimal configuration.
The fman build system is an open-source build system focused on providing a fast and lightweight way to build C and C++ projects. Some key features of fman include:
fman aims to balance simplicity and customization options for build configuration. It handles common build tasks like compiling source code and producing binaries or libraries out of the box. Developers can hook into various phases of the build process if more advanced logic is needed.
Overall, fman build system targets small to medium-sized C/C++ projects where ease of use and speed are important. It can handle building simple single-target projects as well as multi-target builds with libraries and dependencies.
Here are some alternatives to Fman build system:
Suggest an alternative ❐