mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Kandinsky: Define drawing_area.h
Change-Id: I4fa0c1c0b900c7ba85e3ad2deeeedb5fc1ceb11a
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user