genode/repos/gems/lib/mk/ttf_font.mk

12 lines
314 B
Makefile
Raw Normal View History

2018-03-20 16:04:36 +00:00
STB_PORT_DIR := $(call select_from_ports,stb)
SRC_CC := ttf_font.cc
INC_DIR += $(STB_PORT_DIR)/include
LIBS += libc libm
# disable warnings caused by stb library
CC_OPT += -Wno-unused-parameter -Wno-unused-function -Wno-unused-value \
-Wno-unused-variable
vpath %.cc $(REP_DIR)/src/lib/ttf_font