diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 04e2945..62c6a82 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "libtommath"] path = libtommath url = https://github.com/libtom/libtommath.git +[submodule "win32/c-ares"] + path = win32/c-ares + url = https://github.com/bagder/c-ares.git |