separated scene loading into IO and GL parts in preparation for resman
[laserbrain_demo] / Makefile
index e43c5ac..85c4046 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ warn = -pedantic -Wall
 CFLAGS = $(warn) $(opt) $(dbg) $(incpath)
 CXXFLAGS = -std=c++11 $(warn) $(opt) $(dbg) $(incpath)
 LDFLAGS = $(libpath) $(libgl_$(sys)) -lm -lgmath -lvmath -limago -lresman \
-                 -lpthread -lassimp -ltreestore -ldrawtext `pkg-config --libs sdl2`
+                 -lpthread -lassimp -ltreestore -ldrawtext -loptcfg -lgoatvr `pkg-config --libs sdl2`
 
 sys = $(shell uname -s)
 libgl_Linux = -lGL -lGLU -lGLEW