add nlohmann json submodule

This commit is contained in:
DH 2024-09-03 14:25:37 +03:00
parent e259f904a4
commit 07eb54743d
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -13,3 +13,6 @@
[submodule "3rdparty/glslang"]
path = 3rdparty/glslang
url = ../../KhronosGroup/glslang.git
[submodule "3rdparty/json"]
path = 3rdparty/json
url = ../../nlohmann/json.git

View File

@ -18,3 +18,4 @@ set(SPIRV_CROSS_SKIP_INSTALL on)
add_subdirectory(SPIRV-Cross)
add_subdirectory(glslang)
add_subdirectory(json)

1
3rdparty/json vendored Submodule

@ -0,0 +1 @@
Subproject commit 960b763ecd144f156d05ec61f577b04107290137