This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |