gl-rocket/build.sh

11 lines
168 B
Bash
Executable File

#!/bin/bash
g++ \
-g \
-I../LearnOpenGL/configuration/ \
glad.c opengl_test88.cpp \
-L/usr/local/lib \
-ldl -lglfw -lrt -lm -ldl -lGLEW -lassimp \
&& \
./a.out