Skip to content

Instantly share code, notes, and snippets.

@m-pilia
m-pilia / CMakeLists.txt
Last active February 24, 2024 05:47
FakeIt + Catch2 example
cmake_minimum_required(VERSION 3.5)
project(fakeit_example LANGUAGES CXX VERSION 0.0.1)
include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.1