make c++ projects from templates.
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)
pmake --help
pmake --name example
pmake --name example --kind library --mode static