From 1892e802637ece160e6d1f65a2b4dc8f127efa7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=91=D0=B0=D0=B3=D0=BB=D0=B8=D0=B9=20=D0=90=D0=BD=D1=82?=
 =?UTF-8?q?=D0=BE=D0=BD=20=D0=9F=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2=D0=B8=D1=87?=
 <bagliy_ap@studzone.local>
Date: Tue, 18 Sep 2018 00:13:33 +0300
Subject: [PATCH] ADD: gplex and gppg easily buildable

---
 .gitmodules | 6 ++++++
 gplex       | 1 +
 gppg        | 1 +
 3 files changed, 8 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 gplex
 create mode 160000 gppg

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..4e13344
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "gplex"]
+	path = gplex
+	url = https://github.com/czen/gplex.git
+[submodule "gppg"]
+	path = gppg
+	url = https://github.com/czen/gppg.git
diff --git a/gplex b/gplex
new file mode 160000
index 0000000..2f0d6fc
--- /dev/null
+++ b/gplex
@@ -0,0 +1 @@
+Subproject commit 2f0d6fcf0ce84ca7450e4db8974ab4caa41b801b
diff --git a/gppg b/gppg
new file mode 160000
index 0000000..1cf7ea1
--- /dev/null
+++ b/gppg
@@ -0,0 +1 @@
+Subproject commit 1cf7ea14d45a689ac053f236891a2c71ce8f7e4c
-- 
GitLab