Cpp-Template/README.md
2025-06-08 00:21:41 +02:00

14 lines
244 B
Markdown

# 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
```