diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-09-16 11:21:24 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-09-16 11:21:24 +0200 |
commit | 1640d437725ded5f47ec0c24549c0a03aa5ddd8e (patch) | |
tree | 606f8fa521d1bf805de7af866b6c7a70b98f4e5b | |
parent | d7f736bde209e9a77844060cfd9b27122f7ca53f (diff) |
Include jsoncpp as a submodule dependency instead of a system dependency. Jsoncpp will also be removed in the future
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | depends/jsoncpp | 0 | ||||
-rw-r--r-- | project.conf | 1 |
3 files changed, 3 insertions, 1 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 diff --git a/depends/jsoncpp b/depends/jsoncpp new file mode 160000 +Subproject 02ffcf48e9e944f634c7340799f6a9a67a590f8 diff --git a/project.conf b/project.conf index ba31398..acfd065 100644 --- a/project.conf +++ b/project.conf @@ -15,4 +15,3 @@ version = "c++17" sfml-graphics = "2" x11 = "1" xrandr = "1" -jsoncpp = "1" |