Kandinsky: Define drawing_area.h

Change-Id: I4fa0c1c0b900c7ba85e3ad2deeeedb5fc1ceb11a
This commit is contained in:
Romain Goyet
2016-06-10 18:13:15 +02:00
parent dbbec94790
commit b3b6e6804f
7 changed files with 45 additions and 30 deletions

View File

@@ -1,11 +1,13 @@
SFLAGS += -Ikandinsky/include
objs += $(addprefix kandinsky/src/,\
font.o\
line.o\
pixel.o\
rect.o\
text.o\
types.o)
drawing_area.o\
font.o\
line.o\
pixel.o\
rect.o\
text.o\
types.o\
)
tests += $(addprefix kandinsky/test/, set_pixel.c)
FREETYPE_PATH := /usr/local/Cellar/freetype/2.6.3