diff options
author | Yuchen Zeng <zyc@google.com> | 2016-07-26 16:18:22 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-07-28 10:41:52 -0700 |
commit | 17ede94423303ae57fd700cc4f97da2a167ba30d (patch) | |
tree | bb05cbdd2f7d88afbfa0c367f36bb2678d205d35 | |
parent | 57419dc746148b89af90d5c11541728f0ead79f9 (diff) |
Add submodule c-ares
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | third_party/c-ares | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ce647f3c45..3dd8247048 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,3 +17,6 @@ [submodule "third_party/nanopb"] path = third_party/nanopb url = https://github.com/nanopb/nanopb.git +[submodule "third_party/c-ares"] + path = third_party/c-ares + url = https://github.com/c-ares/c-ares.git diff --git a/third_party/c-ares b/third_party/c-ares new file mode 160000 +Subproject 7d3e99fd5c57d61a420f2e1419989740916fbeb |