From 55aa88217e677dcd498c609a3be43c3085246eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Wed, 22 May 2019 00:50:23 -0300 Subject: [PATCH] Test git submodule. --HG-- branch : dev --- .gitmodules | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..b90536a06 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,7 @@ +[submodule "src/thirdparty/SOIL2"] + path = src/thirdparty/SOIL2 + url = https://github.com/SpartanJ/SOIL2.git + +[submodule "src/thirdparty/efsw"] + path = src/thirdparty/efsw + url = https://github.com/SpartanJ/efsw.git