mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-06-30 21:57:57 -04:00
f677db09a7
This changes the loader to always set the version to the one which was used when generating the source files that are checked into the repo, instead of using the version gotten from the Vulkan-Headers find cmake file. Change-Id: Id0955ddfd10e35e0f358f5a77799d8baa4992b04
33 lines
1.2 KiB
CMake
33 lines
1.2 KiB
CMake
# *** THIS FILE IS GENERATED - DO NOT EDIT ***
|
|
# See loader_generated_header_version_generator.py for modifications
|
|
|
|
############################################################################
|
|
#
|
|
# Copyright (c) 2021 The Khronos Group Inc.
|
|
# Copyright (c) 2021 Valve Corporation
|
|
# Copyright (c) 2021 LunarG, Inc.
|
|
# Copyright (c) 2021 Google Inc.
|
|
#
|
|
# 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.
|
|
#
|
|
# Author: Charles Giessen <charles@lunarg.com>
|
|
#
|
|
############################################################################
|
|
|
|
set_target_properties(vulkan
|
|
PROPERTIES SOVERSION
|
|
"1"
|
|
VERSION
|
|
"1.2.187")
|
|
|