diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c971d9f..a168a2f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "json"] path = json url = https://github.com/nlohmann/json.git +[submodule "gsl"] + path = gsl + url = https://github.com/Microsoft/GSL |