PBR checkpoint
[opengl.git] / Makefile
index 30f1503e7edb9276f774c390e9444c871329ab67..9ee770718bce3667b06ced7f937d3b2cdeac629c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 all: main
 
 main:
-       clang++ -g --std=c++17 *.cpp -L/usr/local/lib -lassimp -framework OpenGL -framework glut -framework CoreGraphics -framework CoreFoundation -lglew -o bin/main
+       clang++ -g --std=c++17 *.cpp -L/usr/local/lib -lassimp -framework OpenGL -framework glut -framework CoreGraphics -framework CoreFoundation -framework ImageIO -lglew -o bin/main
        ctags *.cpp