From ec75cd867bead83144bb3860c73aba6bb7e1fa1d Mon Sep 17 00:00:00 2001 From: yeasoon <1695924908@qq.com> Date: Wed, 20 Oct 2021 17:21:32 +0800 Subject: [PATCH] add: add gflags submodule for megengine --- .gitmodules | 4 ++++ third_party/gflags | 1 + 2 files changed, 5 insertions(+) create mode 160000 third_party/gflags diff --git a/.gitmodules b/.gitmodules index 6e7b2176b..f54c66b00 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,7 @@ [submodule "third_party/cpuinfo"] path = third_party/cpuinfo url = https://github.com/MegEngine/cpuinfo.git +[submodule "third_party/gflags"] + path = third_party/gflags + url = https://github.com/MegEngine/gflags.git + diff --git a/third_party/gflags b/third_party/gflags new file mode 160000 index 000000000..48008384f --- /dev/null +++ b/third_party/gflags @@ -0,0 +1 @@ +Subproject commit 48008384fb0016c786180023957b5d80e15335bd -- GitLab