mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 14:50:07 -07:00
spirv-headers: 1.3.290.0
This commit is contained in:
parent
96b7c45501
commit
d185fbe4aa
11
extra/spirv-headers/build
Executable file
11
extra/spirv-headers/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export DESTDIR="$1"
|
||||
|
||||
cmake -B build \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DSPIRV_HEADERS_ENABLE_TESTS=OFF \
|
||||
-DSPIRV_HEADERS_ENABLE_INSTALL=ON
|
||||
|
||||
cmake --build build
|
||||
cmake --install build
|
1
extra/spirv-headers/checksums
Normal file
1
extra/spirv-headers/checksums
Normal file
@ -0,0 +1 @@
|
||||
e662e48bac8e1fc02f712e1c5629921ef4c1e6c3568d75a61ce5451970f614d349
|
1
extra/spirv-headers/depends
Normal file
1
extra/spirv-headers/depends
Normal file
@ -0,0 +1 @@
|
||||
cmake make
|
1
extra/spirv-headers/sources
Normal file
1
extra/spirv-headers/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.3.290.0.tar.gz
|
1
extra/spirv-headers/version
Normal file
1
extra/spirv-headers/version
Normal file
@ -0,0 +1 @@
|
||||
1.3.290.0 1
|
Loading…
Reference in New Issue
Block a user