From d669f6c15ff29c1361fd69ca00f0311542c74209 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Sun, 18 Feb 2024 06:30:19 +0000 Subject: [PATCH] =?UTF-8?q?cJSON=E9=83=A8=E4=BB=B6=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 18bb5db..a69eb4e 100644 --- a/bundle.json +++ b/bundle.json @@ -14,7 +14,11 @@ "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [ "mini", "small", "standard" ], + "adapted_system_type": [ + "mini", + "small", + "standard" + ], "rom": "", "ram": "", "deps": { @@ -32,6 +36,15 @@ ], "header_base": "//third_party/cJSON" } + }, + { + "name": "//third_party/cJSON:cjson_static", + "header": { + "header_files": [ + "cJSON.h" + ], + "header_base": "//third_party/cJSON" + } } ], "test": [] -- Gitee