Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 490 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 490 Bytes

Basic Catch2 C++ project

Build Status

This project aims to be a good starting point when developing a new app in C++. The structure is inspired by this good tutorial

Note that this version needs CMake 3.11+ since I rely on FetchContent module to pull Catch2 repository at configure time.