X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=85c4046eb09f6db1e2af646d9fa5f49f9fbad200;hb=9802d969be55668e4dcc10fe427b0dcdeb6302be;hp=e43c5acc0c4d9ee189e7a8fe79d4d3c18d20710d;hpb=c64bd959ffb4034cb288780f13a351b00fb22ca0;p=laserbrain_demo diff --git a/Makefile b/Makefile index e43c5ac..85c4046 100644 --- 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