summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-21 21:24:46 +0100
committerNao Pross <naopross@thearcway.org>2019-01-21 21:24:46 +0100
commit8a09bba86056cde969d53a18066a867f515e89b4 (patch)
treee03f56b614361fda76a2109f526771088fb569ec /.gitmodules
parentUpdate makefile to use C++17 and -Wall (diff)
downloadflatland-8a09bba86056cde969d53a18066a867f515e89b4.tar.gz
flatland-8a09bba86056cde969d53a18066a867f515e89b4.zip
Add libmm and libwrapsdl2 dependencies as submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..8b15735
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "lib/libmm"]
+ path = lib/libmm
+ url = https://git.thearcway.org/git/flatland/libmm
+[submodule "lib/libwrapsdl2"]
+ path = lib/libwrapsdl2
+ url = https://git.thearcway.org/git/flatland/libwrapsdl2