CBuild
Build system for c++ with scripts written in c++
This is build system designed to build c/c++ code, but It can be retargeted to almost any task.
All script are written is c++ and build system support compilation targets and tasks (simple function with some arguments). Also, from the box, CBuild include templates to use in with gcc/g++ or mingw-gcc/mingw-g++ compilers, but with some code can be expanded to support any compiler (supporting other gcc variant requires only changing three variables in build system implementation class).
For now, build system supports only console launch, but most of the configuration is in c++ build scripts. Also, you can use any other c++/c library or code with your build scripts.
Build system is written in c++ 20 and compiled with "-Wall" and "-Wextra"
Migrated to a new repo on GitLab