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

984507c · Nov 6, 2021

History

11 Commits
Aug 26, 2021
Aug 26, 2021
Aug 26, 2021
Aug 26, 2021
Aug 26, 2021
Nov 6, 2021
Nov 6, 2021

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