Add embedded catch2 submodule

Will use the host catch2 if available.
This commit is contained in:
Wunkolo 2024-03-11 14:01:55 -07:00
parent 35414fdf41
commit f0464fee0c
No known key found for this signature in database
3 changed files with 9 additions and 1 deletions

3
.gitmodules vendored
View file

@ -64,3 +64,6 @@
[submodule "third_party/nihstro"]
path = third_party/nihstro
url = https://github.com/neobrain/nihstro.git
[submodule "third_party/Catch2"]
path = third_party/Catch2
url = https://github.com/catchorg/Catch2.git