From a91c41e4b21b61c91df3c86c105a1ab08c6d77c6 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sun, 29 Dec 2013 01:11:46 -0800 Subject: Tweaking cmake usage --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3