Browse Source

feat(third_party): add json

tags/v1.6.0-rc1
Xinda Huang Megvii Engine Team 3 years ago
parent
commit
0096b45ee8
3 changed files with 5 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      third_party/Json
  3. +1
    -0
      third_party/prepare.sh

+ 3
- 0
.gitmodules View File

@@ -43,3 +43,6 @@
[submodule "third_party/range-v3"]
path = third_party/range-v3
url = https://github.com/ericniebler/range-v3.git
[submodule "third_party/Json"]
path = third_party/Json
url = https://github.com/nlohmann/json.git

+ 1
- 0
third_party/Json

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

+ 1
- 0
third_party/prepare.sh View File

@@ -29,6 +29,7 @@ git submodule update --init protobuf
git submodule update --init flatbuffers
git submodule update --init gtest
git submodule update --init cutlass
git submodule update --init Json

git submodule update --init cpuinfo



Loading…
Cancel
Save