mirror of
https://gitee.com/openharmony/third_party_opencl-headers
synced 2024-11-22 22:51:18 +00:00
修复格式化检查问题
Signed-off-by: lengyang3 <lengyang3@hisilicon.com>
This commit is contained in:
parent
eac8e28414
commit
3d94e39a18
8
BUILD.gn
8
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" ]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user