blob: ffc74f018d3ac1af282047ea51e8e5483832e70e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[submodule "external/json-cpp"]
path = external/json-cpp
url = https://github.com/ascheglov/json-cpp.git
ignore = dirty
[submodule "external/gperftools"]
path = external/gperftools
url = https://code.google.com/p/gperftools-git/
ignore = dirty
[submodule "external/msgpack-c"]
path = external/msgpack-c
url = https://github.com/msgpack/msgpack-c.git
ignore = dirty
|