fishbowl/engine/cmake/deps/catch2.cmake

7 lines
143 B
CMake
Raw Permalink Normal View History

2026-05-28 16:48:24 +02:00
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/CPM.cmake")
CPMAddPackage(
NAME "catch2"
GITHUB_REPOSITORY "catchorg/Catch2"
GIT_TAG "v3.15.0"
)