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