Skip to content

Commit

Permalink
Enabled shallow submodule inti
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Jul 9, 2024
1 parent 1304b57 commit 067a806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson.git
shallow = true
[submodule "thirdparty/benchmark"]
path = thirdparty/benchmark
url = https://github.com/google/benchmark.git
shallow = true
[submodule "thirdparty/googletest"]
path = thirdparty/googletest
url = https://github.com/google/googletest.git
shallow = true

0 comments on commit 067a806

Please sign in to comment.