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 0000000..401e1cf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "third_party/abseil"] + path = third_party/abseil + url = https://git.benjamin.barenblat.name/glplanet-abseil.git +[submodule "third_party/date"] + path = third_party/date + url = https://github.com/HowardHinnant/date.git +[submodule "third_party/glew"] + path = third_party/glew + url = https://github.com/Perlmint/glew-cmake.git |