From a3ab377b3e7f7a2e521eea85628131b0ac95af3c Mon Sep 17 00:00:00 2001 From: lichao Date: Tue, 20 Feb 2024 19:38:01 +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 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 1af894b..0131ed3 100644 --- a/bundle.json +++ b/bundle.json @@ -28,7 +28,19 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/sqlite:sqlite", + "header": { + "header_files": [ + "sqlite3.h", + "sqlite3ext.h", + "sqlite3sym.h" + ], + "header_base": "//third_party/sqlite/include" + } + } + ], "test": [] } } -- Gitee