From 9c2a41d6264d62402368a4348ea084040aaf1775 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 3 Aug 2018 19:59:36 +0800 Subject: [PATCH] add framework --- .gitmodules | 3 +++ third_party/framework | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/framework diff --git a/.gitmodules b/.gitmodules index 6d51a20..1530f74 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "third_party/a8engine"] path = third_party/a8engine url = https://gitee.com/azw/a8engine_new.git +[submodule "third_party/framework"] + path = third_party/framework + url = http://git.kingsome.cn/aozhiwei/framework.git diff --git a/third_party/framework b/third_party/framework new file mode 160000 index 0000000..c4f3714 --- /dev/null +++ b/third_party/framework @@ -0,0 +1 @@ +Subproject commit c4f3714a97749cf7f92e54b0fbea6eb84810e4c0