From bcb554e80763680d694d927e9f6bcf800136a28d Mon Sep 17 00:00:00 2001 From: Wu Jian Gang Date: Wed, 4 Apr 2018 18:21:13 +0800 Subject: [PATCH] feat(cjson): Move cjson to components --- {include/json => components/cjson/include}/cJSON.h | 0 {third_party/json => components/cjson/library}/Makefile | 0 {third_party/json => components/cjson/library}/cJSON.c | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {include/json => components/cjson/include}/cJSON.h (100%) rename {third_party/json => components/cjson/library}/Makefile (100%) rename {third_party/json => components/cjson/library}/cJSON.c (100%) diff --git a/include/json/cJSON.h b/components/cjson/include/cJSON.h similarity index 100% rename from include/json/cJSON.h rename to components/cjson/include/cJSON.h diff --git a/third_party/json/Makefile b/components/cjson/library/Makefile similarity index 100% rename from third_party/json/Makefile rename to components/cjson/library/Makefile diff --git a/third_party/json/cJSON.c b/components/cjson/library/cJSON.c similarity index 100% rename from third_party/json/cJSON.c rename to components/cjson/library/cJSON.c