Skip to content
/ modern-cpp-template Public template

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

License

Notifications You must be signed in to change notification settings

hugsy/modern-cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks