goat3d
diff goatview/Makefile @ 78:53ea5b25426e
progress
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 08 May 2014 16:25:04 +0300 |
parents | 9862541fdcf5 |
children | c5e997e8fd62 |
line diff
1.1 --- a/goatview/Makefile Thu May 08 13:55:13 2014 +0300 1.2 +++ b/goatview/Makefile Thu May 08 16:25:04 2014 +0300 1.3 @@ -10,7 +10,7 @@ 1.4 goat_root = .. 1.5 1.6 CXXFLAGS = -std=c++11 -pedantic -Wall -g $(pic) -I$(goat_root)/src $(qtinc) 1.7 -LDFLAGS = $(libgoat) $(libgl) $(qtlib) 1.8 +LDFLAGS = $(libgoat) $(libgl) $(qtlib) -lvmath 1.9 MOC = moc 1.10 1.11 qtinc = `pkg-config --cflags Qt5Gui Qt5Core Qt5OpenGL`