New Buildsystem and CI/CD

A GSoC project by Avinal Kumar

Tag: #cmake


Hello CMake!

CMake stands for Cross-platform Make. Normally, a build tool like Make will parse a configuration file (Makefile) that contains all the commands required to build an artifact based on the source files and other resources inside the project.