diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-06-17 23:31:15 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-06-17 23:31:15 -0700 |
commit | e8c47f8e25ac311c9ac8f6fdabb43778fe695cd4 (patch) | |
tree | 7c35490d80790cea7850a09e86463de5dcb53386 /.gitmodules | |
parent | dcc119c81ff77a08b8fbef30c17d8053143a765c (diff) |
Adding libcurl.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 62c6a82..f01353e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "win32/c-ares"] path = win32/c-ares url = https://github.com/bagder/c-ares.git +[submodule "win32/curl"] + path = win32/curl + url = https://github.com/bagder/curl.git |