2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-25 13:51:58 +00:00

Add nlohmann json submodule third party dependency

This commit is contained in:
Jan
2022-04-18 11:23:05 +02:00
parent 2ec65924c6
commit 0f47e64486
5 changed files with 30 additions and 0 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "thirdparty/catch2"]
path = thirdparty/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "thirdparty/json"]
path = thirdparty/json
url = https://github.com/nlohmann/json.git