Implement IBL diffuse part
[opengl.git] / Makefile
index 5b601185d8717f206089863f83c82f8a859d2337..9ee770718bce3667b06ced7f937d3b2cdeac629c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 all: main
 
 main:
-       clang++ -g --std=c++11 *.cpp -L/usr/local/lib -lassimp -framework OpenGL -framework glut -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