Skip to content

Commit

Permalink
Fix build and add git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRambler committed Aug 18, 2024
1 parent e24972c commit 4ea69dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "third_party/rapidjson"]
path = third_party/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt
1 change: 1 addition & 0 deletions third_party/fmt
Submodule fmt added at 94b8bc
1 change: 1 addition & 0 deletions third_party/rapidjson
Submodule rapidjson added at 7c73dd

0 comments on commit 4ea69dc

Please sign in to comment.