2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00
repo/extra/spirv-tools/build

11 lines
167 B
Plaintext
Raw Permalink Normal View History

2024-09-07 12:47:48 -06:00
#!/bin/sh -e
export DESTDIR="$1"
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSPIRV-Headers_SOURCE_DIR=/usr
cmake --build build
cmake --install build