From dd442ed19dd2b8f3545040eec2e7edf43b2d7a27 Mon Sep 17 00:00:00 2001 From: paulfd Date: Sun, 8 Sep 2019 18:37:08 +0200 Subject: [PATCH] Re-added submodules --- .gitmodules | 8 ++++++++ external/Catch2 | 1 + external/cnpy | 1 + 3 files changed, 10 insertions(+) create mode 160000 external/Catch2 create mode 160000 external/cnpy diff --git a/.gitmodules b/.gitmodules index aa7d19bc..8403d544 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,11 @@ path = external/readerwriterqueue url = https://github.com/cameron314/readerwriterqueue.git shallow = true +[submodule "external/cnpy"] + path = external/cnpy + url = https://github.com/paulfd/cnpy.git + shallow = true +[submodule "external/Catch2"] + path = external/Catch2 + url = https://github.com/catchorg/Catch2.git + shallow = true diff --git a/external/Catch2 b/external/Catch2 new file mode 160000 index 00000000..7b865dac --- /dev/null +++ b/external/Catch2 @@ -0,0 +1 @@ +Subproject commit 7b865daccc7bba2dcc25a4f0b9ea7348b1b4d61f diff --git a/external/cnpy b/external/cnpy new file mode 160000 index 00000000..34693799 --- /dev/null +++ b/external/cnpy @@ -0,0 +1 @@ +Subproject commit 34693799ada6cb84be3f588aabbe75f24d010e2f