mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
13 lines
361 B
Makefile
13 lines
361 B
Makefile
CSRCS += lv_font.c
|
|
CSRCS += lv_font_fmt_txt.c
|
|
CSRCS += lv_font_roboto_12.c
|
|
CSRCS += lv_font_roboto_16.c
|
|
CSRCS += lv_font_roboto_22.c
|
|
CSRCS += lv_font_roboto_28.c
|
|
CSRCS += lv_font_unscii_8.c
|
|
|
|
DEPPATH += --dep-path $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/lv_font
|
|
VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/lv_font
|
|
|
|
CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/lv_font"
|