Add half_edge.c for operations on half edge structures
This commit is contained in:
@@ -16,7 +16,7 @@ endif
|
||||
|
||||
TARGET = drow-engine
|
||||
HEADERS = err.h parser.h common.h print.h filereader.h gl_draw.h vector.h half_edge.h
|
||||
OBJECTS = main.o parser.o print.o filereader.o gl_draw.o vector.o
|
||||
OBJECTS = main.o parser.o print.o filereader.o gl_draw.o vector.o half_edge.o
|
||||
INCS = -I.
|
||||
|
||||
CFLAGS += $(shell $(PKG_CONFIG) --cflags gl glu glib-2.0)
|
||||
|
||||
Reference in New Issue
Block a user