/bubbles

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

Primary LanguageC++

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