aboutsummaryrefslogtreecommitdiff
path: root/extra/glslang/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-12-08 15:17:11 +0100
committerCem Keylan <cem@ckyln.com>2022-12-08 15:17:11 +0100
commitee419a4baeeaa81e7ddba91a5c702d0923f98057 (patch)
tree07febb9fe32f2dee81f329d2ec5e7a8f07bd542d /extra/glslang/build
parentd0f4ab801b445dd29cc7bbf414feea362d6a4dc4 (diff)
downloadrepository-ee419a4baeeaa81e7ddba91a5c702d0923f98057.tar.gz
glslang: add new package at 11.13.0
Diffstat (limited to 'extra/glslang/build')
-rwxr-xr-xextra/glslang/build11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/glslang/build b/extra/glslang/build
new file mode 100755
index 00000000..e9017458
--- /dev/null
+++ b/extra/glslang/build
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cmake -Bbuild \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_TYPE=Release
+
+cmake --build build
+cmake --install build