From 9cb6d5a058fc839cf484a58e5151a3eb5059cf8f Mon Sep 17 00:00:00 2001 From: neru Date: Sat, 21 Mar 2026 20:17:51 -0300 Subject: [PATCH] chore: add nlohmann::json --- .gitmodules | 3 +++ vendor/CMakeLists.txt | 2 +- vendor/json | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 vendor/json diff --git a/.gitmodules b/.gitmodules index 045d281..7fc2686 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vendor/CUE4Parse"] path = vendor/CUE4Parse url = https://github.com/FabianFG/CUE4Parse +[submodule "vendor/json"] + path = vendor/json + url = https://github.com/nlohmann/json diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt index a532f7e..ea6c5a5 100644 --- a/vendor/CMakeLists.txt +++ b/vendor/CMakeLists.txt @@ -1,2 +1,2 @@ add_subdirectory(nerutils) -add_subdirectory(simdjson) +add_subdirectory(json) diff --git a/vendor/json b/vendor/json new file mode 160000 index 0000000..eba0a92 --- /dev/null +++ b/vendor/json @@ -0,0 +1 @@ +Subproject commit eba0a92bfb1abf242f30e894b96ba11c9f4048c7