mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 07:10:23 +00:00
repo: Change project name to Vulkan-Loader
This commit is contained in:
parent
05cb628a72
commit
0ef243bc3c
@ -58,5 +58,5 @@ configuration:
|
||||
|
||||
build:
|
||||
parallel: true # enable MSBuild parallel builds
|
||||
project: build/VULKAN_LOADER.sln # path to Visual Studio solution or project
|
||||
project: build/Vulkan-Loader.sln # path to Visual Studio solution or project
|
||||
verbosity: quiet # quiet|minimal|normal|detailed
|
||||
|
@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.11)
|
||||
# This must come before the project command.
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment version")
|
||||
|
||||
project(VULKAN_LOADER)
|
||||
project(Vulkan-Loader)
|
||||
set (CMAKE_VERBOSE_MAKEFILE 0)
|
||||
|
||||
# The API_NAME allows renaming builds to avoid conflicts with installed SDKs
|
||||
|
Loading…
Reference in New Issue
Block a user