Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
/ cpp-starter Public archive

Catch2 (via a git submodule), GNU Make, C++11

License

Notifications You must be signed in to change notification settings

jethrodaniel/cpp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-template

starter template for c++.

install

git clone --recursive git@github.com:jethrodaniel/cpp-starter app
cd app && make

If you forget the --recursive, check out the submodule like so

git submodule update --init --progress --depth=1

license

MIT

About

Catch2 (via a git submodule), GNU Make, C++11

Topics

Resources

License

Stars

Watchers

Forks