diff options
| author | Patrick | 2023-05-28 15:05:49 +0200 |
|---|---|---|
| committer | Patrick | 2023-05-28 15:05:49 +0200 |
| commit | 27a83e93114c31de4b7bd33320a85e5fad0196a3 (patch) | |
| tree | cd83a0e070a2683971f9c4e1949a938e5af0efb6 /.gitmodules | |
| parent | 71b13552379398dafcbc8fa8347d119a8984f448 (diff) | |
| download | matrix_esp_thesis-27a83e93114c31de4b7bd33320a85e5fad0196a3.tar.gz matrix_esp_thesis-27a83e93114c31de4b7bd33320a85e5fad0196a3.zip | |
add mongoose submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 00137af..c8685fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "ext/mjson"] path = ext/mjson url = https://github.com/cesanta/mjson +[submodule "ext/curl"] + path = ext/curl + url = https://github.com/curl/curl +[submodule "ext/mongoose"] + path = ext/mongoose + url = https://github.com/cesanta/mongoose |
