Skip to content

Commit 75b66cc

Browse files
committed
add json submodule
1 parent bd72abf commit 75b66cc

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "third_party/googletest"]
22
path = third_party/googletest
33
url = https://github.com/google/googletest.git
4+
[submodule "third_party/json"]
5+
path = third_party/json
6+
url = https://github.com/nlohmann/json.git

notes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
using nlohmann json.. since the files ae parsed at startup... so the time doesnt matter...
2+

third_party/json

Submodule json added at a0a4e7c

0 commit comments

Comments
 (0)