From 25057a59c7357925365c3d8398702c1c9462690c Mon Sep 17 00:00:00 2001
From: "alexey.stratulat" <alexey.stratulat@demlabs.net>
Date: Tue, 21 Jan 2020 14:04:42 +0700
Subject: [PATCH] [+] Added libdap-chain-plugins-python submodule.

---
 .gitmodules                 | 3 +++
 CMakeLists.txt              | 2 ++
 libdap-chain-plugins-python | 1 +
 3 files changed, 6 insertions(+)
 create mode 160000 libdap-chain-plugins-python

diff --git a/.gitmodules b/.gitmodules
index aac10606b..01f795915 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -126,3 +126,6 @@
 	path = libdap-chain-common
 	url = https://gitlab.demlabs.net/cellframe/libdap-chain-common
 	branch = master
+[submodule "libdap-chain-plugins-python"]
+	path = libdap-chain-plugins-python
+	url = https://gitlab.demlabs.net/cellframe/libdap-chain-plugins-python.git
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 434bd2a28..1693f1bfb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -173,6 +173,8 @@ add_subdirectory(libdap-stream-ch-chain)
 add_subdirectory(libdap-stream-ch-chain-net)
 add_subdirectory(libdap-stream-ch-chain-net-srv)
 
+add_subdirectory(libdap-chain-plugins-python)
+
 #if (NOT ANDROID)
     add_subdirectory(libdap-chain-global-db)
 #endif()
diff --git a/libdap-chain-plugins-python b/libdap-chain-plugins-python
new file mode 160000
index 000000000..745214b38
--- /dev/null
+++ b/libdap-chain-plugins-python
@@ -0,0 +1 @@
+Subproject commit 745214b38f56fff4ecd5c029b8d728358be815eb
-- 
GitLab