From 17ede94423303ae57fd700cc4f97da2a167ba30d Mon Sep 17 00:00:00 2001 From: Yuchen Zeng Date: Tue, 26 Jul 2016 16:18:22 -0700 Subject: Add submodule c-ares --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3