!4 添加BUILD.gn

Merge pull request !4 from leo/master
This commit is contained in:
openharmony_sig_ci 2022-08-27 07:00:17 +00:00 committed by Gitee
commit 1760cbcbbb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 24 additions and 0 deletions

20
BUILD.gn Normal file
View 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
View File

@ -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

View File

@ -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=""/>