From 1bcac758463b56567699d2ee5bf109e92b385980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=91=E5=B1=91=E5=B1=91?= Date: Tue, 22 Apr 2025 19:40:58 +0800 Subject: [PATCH] update gn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 屑屑屑 --- BUILD.gn | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index d9e96d3..b62be65 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -23,8 +23,10 @@ config("cl_config") { config("cl_public_config") { include_dirs = [ - "./", + "CL", "include", + "src", + "tests", ] } @@ -41,7 +43,12 @@ ohos_shared_library("libcl") { } config("opencl_headers_public_config") { - include_dirs = [ "./" ] + include_dirs = [ + "CL", + "include", + "src", + "tests", + ] } source_set("opencl_headers") { -- Gitee