aboutsummaryrefslogtreecommitdiff
path: root/extra/Vulkan-Headers/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2024-10-05 16:52:42 +0200
committerCem Keylan <cem@ckyln.com>2024-10-05 16:52:42 +0200
commite39d216029c92d6149f0fe54f825a9e896b57549 (patch)
tree80f1472f23475868bf59aa5bd4f408dd37450d93 /extra/Vulkan-Headers/build
parent9d831c9766337ccfdec78877dd5acbf39d88e55d (diff)
downloadrepository-e39d216029c92d6149f0fe54f825a9e896b57549.tar.gz
Vulkan-Headers: move to extra
Diffstat (limited to 'extra/Vulkan-Headers/build')
-rwxr-xr-xextra/Vulkan-Headers/build9
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