mirror of
https://gitee.com/openharmony/third_party_opencl-headers
synced 2024-11-23 07:02:45 +00:00
commit
1760cbcbbb
20
BUILD.gn
Normal file
20
BUILD.gn
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright (c) 2022 Huawei Device Co., Ltd.
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
config("libOpenCL_public_config") {
|
||||
include_dirs = [ "./" ]
|
||||
}
|
||||
|
||||
group("libOpenCL") {
|
||||
public_configs = [ ":libOpenCL_public_config" ]
|
||||
}
|
2
NOTICE
2
NOTICE
@ -1,3 +1,5 @@
|
||||
Software: opencl-headers v2020.12.18
|
||||
|
||||
Copyright (c) 2008-2020 The Khronos Group Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
|
2
OAT.xml
2
OAT.xml
@ -70,6 +70,8 @@ Note:If the text contains special characters, please escape them according to th
|
||||
<filefilter name="defaultFilter" desc="Filters for compatibility, license header policies">
|
||||
<filteritem type="filename" name="README.OpenSource"/>
|
||||
<filteritem type="filename" name="README"/>
|
||||
<filteritem type="filename" name="NOTICE"/>
|
||||
<filteritem type="filename" name="BUILD.gn"/>
|
||||
<filteritem type="filename" name="tests/conan/conanfile.py" desc=""/>
|
||||
<filteritem type="filename" name="build.py" desc=""/>
|
||||
<filteritem type="filename" name="conanfile.py" desc=""/>
|
||||
|
Loading…
Reference in New Issue
Block a user