glsl-basic/build.sh

7 lines
142 B
Bash
Executable File

#!/bin/bash
set -e
flags="-DGLFW_USE_WAYLAND=ON" # compile glfw for wayland instead of X11
cmake $flags .
cmake --build .
./bin/loader/loader