gl-rocket/build.sh

11 lines
168 B
Bash
Raw Permalink Normal View History

2021-01-02 17:01:54 +01:00
#!/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