Stefan commited on 2013-07-13 20:29:08 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -10,7 +10,7 @@ CFLAGS=-Wall -Wextra -Werror -O2 -g -frounding-math
DEFINES=
INCLUDES=
LDFLAGS=
-LIBS=-lCGAL -lCGAL_Core -ldime -lm
+LIBS=-lCGAL -lCGAL_Core -ldime -lboost_thread -lm
CPP=g++
CPPARGS=$(CFLAGS) $(DEFINES) $(INCLUDES)