Skip to content

echites/pmake

Repository files navigation

pmake

make c++ projects from templates.

building & installation

you will need a c++23 compatible compiler.

cmake --preset release
cmake --build build
cmake --install build (you may want to change the install location)

usage

pmake --help
pmake --name example
pmake --name example --kind library --mode static