Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 490 Bytes

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