https://github.com/willdoescode/bubbles
Bubbles: simple and expandable c++ project template with googletest and boost included
https://github.com/willdoescode/bubbles
cpp cpp-templates cpptemplate hacktoberfest template
Last synced: about 1 month ago
JSON representation
Bubbles: simple and expandable c++ project template with googletest and boost included
- Host: GitHub
- URL: https://github.com/willdoescode/bubbles
- Owner: willdoescode
- Created: 2021-08-26T18:46:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T04:15:58.000Z (over 3 years ago)
- Last Synced: 2025-04-01T10:55:04.427Z (about 1 month ago)
- Topics: cpp, cpp-templates, cpptemplate, hacktoberfest, template
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bubbles: A simple and expandable C++ project template with [Googletest](https://github.com/google/googletest) and [Boost](https://www.boost.org/) included.
## Setup
```console
$ git clone https://willdoescode/bubbles
$ pwd
```Copy pwd output to your [ctp](https://github.com/willdoescode/ctp) config.
```toml
[templates]
cpp = ""[commands-before]
[commands-after]
cpp = "rm .git"
```## Building && Testing
```console
$ cmake -S . -B build$ cmake --build build
```