diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-05 16:52:42 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-05 16:52:42 +0200 |
commit | e39d216029c92d6149f0fe54f825a9e896b57549 (patch) | |
tree | 80f1472f23475868bf59aa5bd4f408dd37450d93 /extra/Vulkan-Headers/build | |
parent | 9d831c9766337ccfdec78877dd5acbf39d88e55d (diff) | |
download | repository-e39d216029c92d6149f0fe54f825a9e896b57549.tar.gz |
Vulkan-Headers: move to extra
Diffstat (limited to 'extra/Vulkan-Headers/build')
-rwxr-xr-x | extra/Vulkan-Headers/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/Vulkan-Headers/build b/extra/Vulkan-Headers/build new file mode 100755 index 00000000..cd659d72 --- /dev/null +++ b/extra/Vulkan-Headers/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cmake -B build \ + -DCMAKE_INSTALL_PREFIX=/usr + +cmake --build build +cmake --install build |