glsl-basic/build.sh

7 lines
142 B
Bash
Raw Normal View History

2023-10-13 10:25:05 +02:00
#!/bin/bash
set -e
2023-10-18 10:12:05 +02:00
flags="-DGLFW_USE_WAYLAND=ON" # compile glfw for wayland instead of X11
cmake $flags .
2023-10-13 10:25:05 +02:00
cmake --build .
./bin/loader/loader