From 0bd069bbe7db1b7047b95a6066533d2d31dc3278 Mon Sep 17 00:00:00 2001 From: xuezhou_yan Date: Tue, 6 Feb 2024 15:06:33 +0800 Subject: [PATCH] =?UTF-8?q?issues:#I91BV1=20sqlite=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E5=8C=96=E6=A3=80=E6=9F=A5=E5=91=8A=E8=AD=A6=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuezhou_yan --- bundle.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 1af894b..1b3afb4 100644 --- a/bundle.json +++ b/bundle.json @@ -28,7 +28,17 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/sqlite:sqlite", + "header": { + "header_files": [ + + ], + "header_base": "//third_party/sqlite/include" + } + } + ], "test": [] } } -- Gitee