/catch2_cmake_project

Draft of a small-ish Catch2 / CMake-enabled project (CMake 3.11+)

Primary LanguageCMakeMIT LicenseMIT

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.