diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0146d3f..81f81f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "3rdParty/glfw"] path = 3rdParty/glfw url = https://github.com/jherico/glfw.git +[submodule "3rdParty/jsoncpp"] + path = 3rdParty/jsoncpp + url = https://github.com/jherico/jsoncpp.git |