Skip to content

Commit

Permalink
Adding third-party submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Noble committed Dec 9, 2014
1 parent 0c475f0 commit ec63b8e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
[submodule "third_party/openssl"]
path = third_party/openssl
url = https://github.com/openssl/openssl.git
branch = OpenSSL_1_0_2-stable
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf.git
branch = v3.0.0-alpha-1
[submodule "third_party/libevent"]
path = third_party/libevent
url = https://github.com/libevent/libevent.git
branch = patches-2.0
1 change: 1 addition & 0 deletions third_party/libevent
Submodule libevent added at f7d92c
1 change: 1 addition & 0 deletions third_party/openssl
Submodule openssl added at 2c5db8
1 change: 1 addition & 0 deletions third_party/protobuf
Submodule protobuf added at be20ae
1 change: 1 addition & 0 deletions third_party/zlib
Submodule zlib added at 508932

0 comments on commit ec63b8e

Please sign in to comment.