From c032b895beed3c42814732ed8dc7af3ccf833725 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 30 May 2019 14:39:54 +0800 Subject: [PATCH] add submodule tols --- .gitmodules | 3 +++ third_party/tools | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/tools diff --git a/.gitmodules b/.gitmodules index c26f717..048cce1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "third_party/framework"] path = third_party/framework url = git@git.kingsome.cn:server_common/framework.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..3196cd6 --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 3196cd6696239a11b60f9730af0bad1f73ab0e5d