From 3d94e39a189a06ee0dc33b03f6ac30a970e79183 Mon Sep 17 00:00:00 2001 From: lengyang3 Date: Thu, 21 Dec 2023 18:41:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lengyang3 --- BUILD.gn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 78d5ff2..d9e96d3 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -46,6 +46,7 @@ config("opencl_headers_public_config") { source_set("opencl_headers") { sources = [ + "CL/cl.h", "CL/cl_d3d10.h", "CL/cl_d3d11.h", "CL/cl_dx9_media_sharing.h", @@ -54,17 +55,16 @@ source_set("opencl_headers") { "CL/cl_ext.h", "CL/cl_ext_intel.h", "CL/cl_function_types.h", - "CL/cl_gl_ext.h", "CL/cl_gl.h", - "CL/cl.h", + "CL/cl_gl_ext.h", "CL/cl_half.h", "CL/cl_icd.h", "CL/cl_layer.h", "CL/cl_platform.h", "CL/cl_va_api_media_sharing_intel.h", "CL/cl_version.h", - "CL/opencl.h" -] + "CL/opencl.h", + ] public_configs = [ ":opencl_headers_public_config" ] }