From 77d072427da2472d0b853a2d22d5f5ed6a840e44 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 3 Jan 2024 22:15:04 +0800 Subject: [PATCH] add dep lib --- .gitmodules | 6 ++++++ iflytop_xsync | 1 + iflytop_xsync_protocol | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 iflytop_xsync create mode 160000 iflytop_xsync_protocol diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..46bfb01 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "iflytop_xsync_protocol"] + path = iflytop_xsync_protocol + url = zwsd@192.168.1.3:p_lusterinc/iflytop_xsync_protocol.git +[submodule "iflytop_xsync"] + path = iflytop_xsync + url = zwsd@192.168.1.3:p_lusterinc/lib_iflytop_xsync.git diff --git a/iflytop_xsync b/iflytop_xsync new file mode 160000 index 0000000..0bae198 --- /dev/null +++ b/iflytop_xsync @@ -0,0 +1 @@ +Subproject commit 0bae19852f16f3039a7863c76ad0854bd81da56a diff --git a/iflytop_xsync_protocol b/iflytop_xsync_protocol new file mode 160000 index 0000000..dd0c38c --- /dev/null +++ b/iflytop_xsync_protocol @@ -0,0 +1 @@ +Subproject commit dd0c38c767378dbe9010cd7e94bf1bf7cf0e40d5