Vendor a 3.x version of Catch2

Everything is surely broken at this point.
This commit is contained in:
Cory Cross
2025-11-02 19:08:25 -08:00
parent 87c9b92a1c
commit b48dd917fd
319 changed files with 58599 additions and 18935 deletions

View File

@@ -0,0 +1,9 @@
@PACKAGE_INIT@
# Avoid repeatedly including the targets
if(NOT TARGET Catch2::Catch2)
# Provide path for scripts
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
include(${CMAKE_CURRENT_LIST_DIR}/Catch2Targets.cmake)
endif()