Browse Source

feat(mge): add cpp_redis and tacopie submodule

tags/v1.7.2.m1
huangxinda XindaH 3 years ago
parent
commit
051a6055b3
3 changed files with 8 additions and 1 deletions
  1. +6
    -1
      .gitmodules
  2. +1
    -0
      third_party/cpp_redis
  3. +1
    -0
      third_party/tacopie

+ 6
- 1
.gitmodules View File

@@ -49,4 +49,9 @@
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/MegEngine/gflags.git

[submodule "third_party/cpp_redis"]
path = third_party/cpp_redis
url = https://github.com/cpp-redis/cpp_redis
[submodule "third_party/tacopie"]
path = third_party/tacopie
url = https://github.com/cpp-redis/tacopie

+ 1
- 0
third_party/cpp_redis

@@ -0,0 +1 @@
Subproject commit c8799e8fb2dfe8e9b91c826178bc0741a1cceec9

+ 1
- 0
third_party/tacopie

@@ -0,0 +1 @@
Subproject commit 6b060c7f7e158e60d634c14e412aa78d4041f237

Loading…
Cancel
Save