mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-27 17:33:12 +00:00
Version change from 0.9 to 1.0
This commit is contained in:
parent
d771023660
commit
5f86ad4860
@ -7,7 +7,7 @@ project (VULKAN)
|
||||
|
||||
# The MAJOR number of the version we're building, used in naming
|
||||
# vulkan-<major>.dll (and other files).
|
||||
set(MAJOR "0")
|
||||
set(MAJOR "1")
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
|
||||
|
||||
|
@ -25,7 +25,7 @@ cp ..\..\vktrace\$dPath\vktrace.exe .
|
||||
cp ..\..\demos\$dPath\cube.exe .
|
||||
cp ..\..\demos\*.ppm .
|
||||
cp ..\..\demos\*.spv .
|
||||
cp ..\..\loader\$dPath\vulkan-0.dll .
|
||||
cp ..\..\loader\$dPath\vulkan-1.dll .
|
||||
cp ..\..\layers\$dPath\VKLayerScreenShot.dll .
|
||||
cp ..\..\layers\$dPath\screenshot.json .
|
||||
cp ..\..\layers\$dPath\vktrace_layer.dll .
|
||||
|
Loading…
Reference in New Issue
Block a user