From 07eb54743df43e6dc7427513c4a89a39c7cb8491 Mon Sep 17 00:00:00 2001 From: DH Date: Tue, 3 Sep 2024 14:25:37 +0300 Subject: [PATCH] add nlohmann json submodule --- .gitmodules | 3 +++ 3rdparty/CMakeLists.txt | 1 + 3rdparty/json | 1 + 3 files changed, 5 insertions(+) create mode 160000 3rdparty/json diff --git a/.gitmodules b/.gitmodules index c999f9cc1..5df4a4625 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "3rdparty/glslang"] path = 3rdparty/glslang url = ../../KhronosGroup/glslang.git +[submodule "3rdparty/json"] + path = 3rdparty/json + url = ../../nlohmann/json.git diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt index 8d3d28295..bfd449610 100644 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -18,3 +18,4 @@ set(SPIRV_CROSS_SKIP_INSTALL on) add_subdirectory(SPIRV-Cross) add_subdirectory(glslang) +add_subdirectory(json) diff --git a/3rdparty/json b/3rdparty/json new file mode 160000 index 000000000..960b763ec --- /dev/null +++ b/3rdparty/json @@ -0,0 +1 @@ +Subproject commit 960b763ecd144f156d05ec61f577b04107290137