This commit is contained in:
Joachim LF
2020-04-06 18:06:44 +02:00
committed by EmilieNumworks
parent bc7d598517
commit 77af9ab92b
3 changed files with 40 additions and 8 deletions

View File

@@ -25,6 +25,8 @@ tests_src += $(addprefix kandinsky/test/,\
rect.cpp\
)
code_points = kandinsky/fonts/code_points.h
RASTERIZER_CFLAGS := -std=c99 $(shell pkg-config freetype2 --cflags)
RASTERIZER_LDFLAGS := $(shell pkg-config freetype2 --libs)