modern-cpp-template

A template repository for my C++ projects, with docs and CI

MIT License

Stars
3

ChangeMe

Start

  • with gh (preferred)
gh repo create ChangeMe --template hugsy/modern-cpp-template --clone # --private
  • with git
git clone --depth 1 -q https://github.com/hugsy/modern-cpp-template ChangeMe

Configure

Replace all ChangeMe values

cd ChangeMe

Then

cmake -S . -B build -T host=x64 -A x64
cmake --build build

Build

cmake --build ./build