init
This commit is contained in:
commit
2f3a28e89c
10 changed files with 150 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# C++ Template with tests
|
||||
|
||||
A CMake template with C++20 and Catch2
|
||||
|
||||
---
|
||||
|
||||
## Setup
|
||||
|
||||
Under [test/Catch2](test/Catch2) run the following commands:
|
||||
|
||||
```shell
|
||||
$ cmake -B build -S . -DBUILD_TESTING=OFF
|
||||
$ sudo cmake --build build/ --target install
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue