mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
add nlohmann json submodule
This commit is contained in:
parent
e259f904a4
commit
07eb54743d
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -13,3 +13,6 @@
|
|||
[submodule "3rdparty/glslang"]
|
||||
path = 3rdparty/glslang
|
||||
url = ../../KhronosGroup/glslang.git
|
||||
[submodule "3rdparty/json"]
|
||||
path = 3rdparty/json
|
||||
url = ../../nlohmann/json.git
|
||||
|
|
|
|||
1
3rdparty/CMakeLists.txt
vendored
1
3rdparty/CMakeLists.txt
vendored
|
|
@ -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
1
3rdparty/json
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 960b763ecd144f156d05ec61f577b04107290137
|
||||
Loading…
Reference in a new issue