Re-added submodules
This commit is contained in:
parent
143f6815a3
commit
dd442ed19d
3 changed files with 10 additions and 0 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
external/Catch2
vendored
Submodule
1
external/Catch2
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 7b865daccc7bba2dcc25a4f0b9ea7348b1b4d61f
|
||||
1
external/cnpy
vendored
Submodule
1
external/cnpy
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 34693799ada6cb84be3f588aabbe75f24d010e2f
|
||||
Loading…
Add table
Reference in a new issue