diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..056b9ef1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "lib/double-conversion"] + path = lib/double-conversion + url = https://github.com/google/double-conversion.git +[submodule "lib/GSL"] + path = lib/GSL + url = https://github.com/microsoft/GSL.git +[submodule "lib/Catch2"] + path = lib/Catch2 + url = https://github.com/catchorg/Catch2.git |