Skip to content
/ bubbles Public template

Bubbles: simple and expandable c++ project template with googletest and boost included

Notifications You must be signed in to change notification settings

willdoescode/bubbles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubbles: A simple and expandable C++ project template with Googletest and Boost included.

Setup

$ git clone https://willdoescode/bubbles
$ pwd

Copy pwd output to your ctp config.

[templates]
cpp = "<pwd output>"

[commands-before]
[commands-after]
cpp = "rm .git"

Building && Testing

$ cmake -S . -B build

$ cmake --build build

About

Bubbles: simple and expandable c++ project template with googletest and boost included

Topics

Resources

Stars

Watchers

Forks