aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-09-16 11:21:24 +0200
committerdec05eba <dec05eba@protonmail.com>2021-09-16 11:21:24 +0200
commit1640d437725ded5f47ec0c24549c0a03aa5ddd8e (patch)
tree606f8fa521d1bf805de7af866b6c7a70b98f4e5b /.gitmodules
parentd7f736bde209e9a77844060cfd9b27122f7ca53f (diff)
Include jsoncpp as a submodule dependency instead of a system dependency. Jsoncpp will also be removed in the future
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 78c36c5..6492272 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "depends/html-parser"]
path = depends/html-parser
url = git://git.dec05eba.com/html-parser
+[submodule "depends/jsoncpp"]
+ path = depends/jsoncpp
+ url = git://git.dec05eba.com/jsoncpp