From 97bbe359a233e786f8ab0fca7b832298970c204b Mon Sep 17 00:00:00 2001 From: musou1500 Date: Sun, 23 Jun 2019 15:53:00 +0900 Subject: [PATCH] add `cJSON` as git submodule --- .gitmodules | 3 +++ thirdparty/cJSON | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 thirdparty/cJSON diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..aa48edb4b9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "thirdparty/cJSON"] + path = thirdparty/cJSON + url = git@github.com:DaveGamble/cJSON.git diff --git a/thirdparty/cJSON b/thirdparty/cJSON new file mode 160000 index 0000000000..3c8935676a --- /dev/null +++ b/thirdparty/cJSON @@ -0,0 +1 @@ +Subproject commit 3c8935676a97c7c97bf006db8312875b4f292f6c