summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules8
m---------external/gperftools0
m---------external/msgpack-c0
3 files changed, 7 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 7fe83f1..39d8b7f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,9 @@
-[submodule "util/json-cpp"]
+[submodule "external/json-cpp"]
path = external/json-cpp
url = https://github.com/ascheglov/json-cpp.git
+[submodule "external/gperftools"]
+ path = external/gperftools
+ url = https://code.google.com/p/gperftools-git/
+[submodule "external/msgpack-c"]
+ path = external/msgpack-c
+ url = https://github.com/msgpack/msgpack-c.git
diff --git a/external/gperftools b/external/gperftools
new file mode 160000
+Subproject e54971d58641853a9515d9f0313645729eab113
diff --git a/external/msgpack-c b/external/msgpack-c
new file mode 160000
+Subproject 156a4403ab625e05ac6988cc6eac9877e407794