From c1774c46aa9aa0b57316ca870b1b5dffab155c06 Mon Sep 17 00:00:00 2001 From: Martin Marinov Date: Fri, 11 Dec 2015 13:22:23 +0000 Subject: [PATCH] Added Base as sub-module (https://www.graphics.rwth-aachen.de:9000/CoMISo/Base.git) mapped to the Base folder. --- .gitmodules | 3 +++ Base | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Base diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fa39dfb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Base"] + path = Base + url = https://www.graphics.rwth-aachen.de:9000/CoMISo/Base.git diff --git a/Base b/Base new file mode 160000 index 0000000..d4280f1 --- /dev/null +++ b/Base @@ -0,0 +1 @@ +Subproject commit d4280f1b0011bd7dcf580a5d332d1243a91ca1fd -- GitLab