Initial commit with the chapter-0 code working.

This commit is contained in:
Zed A. Shaw 2025-11-24 10:50:50 -05:00
commit 7298568818
19 changed files with 8380 additions and 0 deletions

11
wraps/catch2.wrap Normal file
View file

@ -0,0 +1,11 @@
[wrap-file]
directory = Catch2-3.11.0
source_url = https://github.com/catchorg/Catch2/archive/v3.11.0.tar.gz
source_filename = Catch2-3.11.0.tar.gz
source_hash = 82fa1cb59dc28bab220935923f7469b997b259eb192fb9355db62da03c2a3137
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/catch2_3.11.0-1/Catch2-3.11.0.tar.gz
wrapdb_version = 3.11.0-1
[provide]
catch2 = catch2_dep
catch2-with-main = catch2_with_main_dep