]> git.localhorst.tv Git - blank.git/blobdiff - Makefile
use collision structures for ray tests
[blank.git] / Makefile
index 9b261db863a2bb9c7b62e4d16cb171dc220c77d2..36fd0214bb30a3be2a445a74d492fcff38864711 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CXX = g++ --std=c++11
 LDXX = g++
 
-LIBS = sdl2 SDL2_image SDL2_ttf glew openal freealut
+LIBS = sdl2 SDL2_image SDL2_ttf glew openal freealut zlib
 
 PKGFLAGS := $(shell pkg-config --cflags $(LIBS))
 PKGLIBS := $(shell pkg-config --libs $(LIBS))