TheReclif is the original author behind the idea of CppMake.
CppMake
is in the PoC phase of development. It is not advised to use in production.
CppMake is build tool aimed to replace CMake
for building c++
projects.
To use CppMake
you need CMake >= 3.25
and CMake
supported c++
compiler installed.
After installing CppMake
as CMake
package, copy contents of example
directory to your project root and configure cmake project as normal.
CppMake
generates CMake
files based on configuration defined in build.cpp
in the root of the project.
CppMake
is distributed inder MIT license