From 9da6afeaca91bbb18899f3144c5d0a1bf1f31bb7 Mon Sep 17 00:00:00 2001 From: Eleni Maria Stea Date: Mon, 3 Jul 2017 13:31:39 +0300 Subject: [PATCH] submodules: https://github.com/jtsiomb/libimago.git https://github.com/jtsiomb/gph-math.git were added. --- .gitmodules | 6 ++++++ external/gph-math | 1 + external/libimago | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 external/gph-math create mode 160000 external/libimago diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..93b3a22 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "external/gph-math"] + path = external/gph-math + url = https://github.com/jtsiomb/gph-math.git +[submodule "external/libimago"] + path = external/libimago + url = https://github.com/jtsiomb/libimago.git diff --git a/external/gph-math b/external/gph-math new file mode 160000 index 0000000..4c82eda --- /dev/null +++ b/external/gph-math @@ -0,0 +1 @@ +Subproject commit 4c82eda2dcba00a4998cfd60a13330dc793b16ca diff --git a/external/libimago b/external/libimago new file mode 160000 index 0000000..d7e3914 --- /dev/null +++ b/external/libimago @@ -0,0 +1 @@ +Subproject commit d7e3914d568a9e397b1bcd11b3722a84e7f4334e -- 1.7.10.4