From a609e76d978b70a9b79ad61639014f2b4d22b01b Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Mon, 8 Apr 2024 08:41:53 +0000 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9jsoncpp=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle.json b/bundle.json index 7b14a4e..b230f1e 100644 --- a/bundle.json +++ b/bundle.json @@ -45,6 +45,9 @@ ], "header_base": "${root_gen_dir}/third_party/jsoncpp/jsoncpp-1.9.5/include" } + }, + { + "name": "//third_party/jsoncpp:jsoncpp_static" } ], "test": [] -- Gitee