skybox working
[demo] / Makefile
index 8d6f87e..fce6d9a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ bin = demo
 
 dbg = -g
 opt = -O0
-inc = -Isrc -Iexternal/gmath/src -I/usr/include -Iexternal/libimago/src 
+inc = -Isrc -Iexternal/gmath/src -I/usr/include -Iexternal/libimago/src -I/usr/local/include
 libs = -lGL -lGLEW -lglfw -lvulkan -lassimp -lgmath -limago
 
 CXX = g++