Browse Source

add: add gflags submodule for megengine

release-1.7
yeasoon XindaH 3 years ago
parent
commit
ec75cd867b
2 changed files with 5 additions and 0 deletions
  1. +4
    -0
      .gitmodules
  2. +1
    -0
      third_party/gflags

+ 4
- 0
.gitmodules View File

@@ -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


+ 1
- 0
third_party/gflags

@@ -0,0 +1 @@
Subproject commit 48008384fb0016c786180023957b5d80e15335bd

Loading…
Cancel
Save