Skip to content

Commit

Permalink
Add necessary submodules. (#3)
Browse files Browse the repository at this point in the history
Add necessary submodules and third_party/ subdirectories.

This is needed to get the submodules to work.
  • Loading branch information
coryan authored and mbrukman committed Nov 24, 2017
1 parent 627c030 commit 073e07c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
path = third_party/grpc
url = https://github.com/grpc/grpc.git
branch = v1.6.x
ignore = dirty
[submodule "third_party/abseil"]
path = third_party/abseil
url = https://github.com/abseil/abseil-cpp.git
1 change: 1 addition & 0 deletions third_party/abseil
Submodule abseil added at ae0cef
1 change: 1 addition & 0 deletions third_party/googleapis
Submodule googleapis added at 92f10d
1 change: 1 addition & 0 deletions third_party/googletest
Submodule googletest added at d175c8
1 change: 1 addition & 0 deletions third_party/grpc
Submodule grpc added at 6fc02c

0 comments on commit 073e07c

Please sign in to comment.