From 26ceced8a3ba2a3a0d5ae8a63018741252fe354c Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 15 Oct 2020 14:49:37 -0400 Subject: add json subproject --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 00fb228..ee69460 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "subprojects/glfw"] path = subprojects/glfw url = https://github.com/glfw/glfw.git +[submodule "subprojects/json"] + path = subprojects/json + url = https://github.com/nlohmann/json.git -- cgit v1.2.3-101-g0448