This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
feat(third_party): add json
tags/v1.6.0-rc1
Xinda Huang
Megvii Engine Team
3 years ago
parent
78ebde12f9
commit
0096b45ee8
3 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.gitmodules
+1
-0
third_party/Json
+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
Write
Preview
Loading…
Cancel
Save