summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-17 16:02:19 +0800
committerGitHub <[email protected]>2020-07-17 16:02:19 +0800
commitf9a4493f60eeb9078c00a112734d8caa7e29604e (patch)
tree9fd76a4b3ee0fea7eaa28dbf0df3976c3db36b34 /.gitmodules
parentc3dd85b98492c012fc4eb1b46fac824051a1b92a (diff)
parent6b3cf4e5239f3f041501d0d8ee32471f33010708 (diff)
Merge pull request #894 from xmake-io/json
Add Json Support
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 22ed3f533..ac5f4dde3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,6 @@
[submodule "core/src/pdcurses/pdcurses"]
path = core/src/pdcurses/pdcurses
url = ../../xmake-io/xmake-core-pdcurses.git
+[submodule "core/src/lua-cjson/lua-cjson"]
+ path = core/src/lua-cjson/lua-cjson
+ url = ../../xmake-io/xmake-core-lua-cjson.git