aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-03 11:52:29 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-03 11:52:29 +0100
commit5328e90aca93c2d4dc715b43c8460a46a7bb5d78 (patch)
tree11dc073c6e0f348b0d7deb2bb77b7cad557994cc /.gitmodules
parent6dd687185c2bc1565cd3feff1b85d5370668e636 (diff)
downloadYAGE-5328e90aca93c2d4dc715b43c8460a46a7bb5d78.tar.gz
YAGE-5328e90aca93c2d4dc715b43c8460a46a7bb5d78.zip
adding yajl for JSON input.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index b1c01ea3..a14871fc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,3 +2,7 @@
path = lib/googletest
url = https://github.com/google/googletest
branch = master
+[submodule "lib/yajl"]
+ path = lib/yajl
+ url = git://github.com/lloyd/yajl
+ branch = master