diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6357757 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/Catch2"] + path = libs/Catch2 + url = https://github.com/catchorg/Catch2.git diff --git a/libs/Catch2 b/libs/Catch2 new file mode 160000 index 0000000..79c2daa --- /dev/null +++ b/libs/Catch2 @@ -0,0 +1 @@ +Subproject commit 79c2daa4a08d1a652bfc16b9c9dc6b78b56b44f4