Add tests for vector operations

This commit is contained in:
2014-05-10 23:38:37 +02:00
parent 85b8bc0cbf
commit 8dd46fc2f6
4 changed files with 508 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ endif
TARGET = test
HEADERS = cunit.h
OBJECTS = cunit.o cunit_filereader.o cunit_half_edge.o
OBJECTS = cunit.o cunit_filereader.o cunit_half_edge.o cunit_vector.o
INCS = -I. -I..
CFLAGS += $(shell $(PKG_CONFIG) --cflags gl glu glib-2.0)