abouttreesummaryrefslogcommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPatrick2023-05-28 15:05:49 +0200
committerPatrick2023-05-28 15:05:49 +0200
commit27a83e93114c31de4b7bd33320a85e5fad0196a3 (patch)
treecd83a0e070a2683971f9c4e1949a938e5af0efb6 /.gitmodules
parent71b13552379398dafcbc8fa8347d119a8984f448 (diff)
downloadmatrix_esp_thesis-27a83e93114c31de4b7bd33320a85e5fad0196a3.tar.gz
matrix_esp_thesis-27a83e93114c31de4b7bd33320a85e5fad0196a3.zip
add mongoose submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
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