From 1dc92bfe6708a71ca2b1f97911970d64e5642c1b Mon Sep 17 00:00:00 2001 From: fasiondog Date: Sun, 19 Aug 2018 16:39:29 +0800 Subject: [PATCH] add submodule --- .gitignore | 1 - .gitmodules | 3 +++ hikyuu_extern_libs | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 hikyuu_extern_libs diff --git a/.gitignore b/.gitignore index a881c027..8371d271 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,5 @@ extern-libs.* /project/msvc10/output /project/msvc10/ipch /project/msvc -/hikyuu_extern_libs *~ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..41f706df --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "hikyuu_extern_libs"] + path = hikyuu_extern_libs + url = https://gitee.com/fasiondog/hikyuu_extern_libs.git diff --git a/hikyuu_extern_libs b/hikyuu_extern_libs new file mode 160000 index 00000000..a375b3de --- /dev/null +++ b/hikyuu_extern_libs @@ -0,0 +1 @@ +Subproject commit a375b3de952dca7b8f2a8f1595c48d8f6acf66f9