Picklock_RCM/bdk/libs/lvgl/lv_themes/lv_themes.mk

10 lines
232 B
Makefile
Raw Normal View History

2020-06-26 22:17:06 +02:00
CSRCS += lv_theme.c
CSRCS += lv_theme_default.c
CSRCS += lv_theme_templ.c
CSRCS += lv_theme_material.c
DEPPATH += --dep-path $(LVGL_DIR)/lvgl/lv_themes
VPATH += :$(LVGL_DIR)/lvgl/lv_themes
CFLAGS += "-I$(LVGL_DIR)/lvgl/lv_themes"