From 49dc4bf531a34040563edcfa0e46836840b9a506 Mon Sep 17 00:00:00 2001 From: lichao Date: Mon, 19 Feb 2024 14:56:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E9=83=A8=E4=BB=B6=E7=8B=AC?= =?UTF-8?q?=E7=AB=8B=E7=BC=96=E8=AF=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lichao --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index a69eb4e..e2b9a59 100644 --- a/bundle.json +++ b/bundle.json @@ -41,7 +41,8 @@ "name": "//third_party/cJSON:cjson_static", "header": { "header_files": [ - "cJSON.h" + "cJSON.h", + "cJSON_Utils.h" ], "header_base": "//third_party/cJSON" } -- Gitee