A template for C++ projects with tests
src | ||
test | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md |
C++ Template with tests
A CMake template with C++20 and Catch2
Setup
Under test/Catch2 run the following commands:
$ cmake -B build -S . -DBUILD_TESTING=OFF
$ sudo cmake --build build/ --target install