aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitmodules7
m---------third_party/googletest0
m---------third_party/protobuf0
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c9af37c5ab..0f003693e4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,16 @@
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
+[submodule "third_party/protobuf"]
+ path = third_party/protobuf
+ url = https://github.com/google/protobuf.git
+ branch = 3.0.x
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/gflags/gflags.git
+[submodule "third_party/googletest"]
+ path = third_party/googletest
+ url = https://github.com/google/googletest.git
[submodule "third_party/boringssl"]
path = third_party/boringssl
url = https://github.com/google/boringssl.git
diff --git a/third_party/googletest b/third_party/googletest
new file mode 160000
+Subproject ec44c6c1675c25b9827aacd08c02433cccde778
diff --git a/third_party/protobuf b/third_party/protobuf
new file mode 160000
+Subproject 4a0dd03e52e09332c8fd0f8f26a8e0ae9f91118