1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/lv_themes/lv_themes.mk

15 lines
334 B
Makefile
Raw Normal View History

2017-12-06 11:50:38 +01:00
CSRCS += lv_theme_alien.c
CSRCS += lv_theme.c
CSRCS += lv_theme_default.c
CSRCS += lv_theme_night.c
CSRCS += lv_theme_templ.c
2017-12-21 00:19:59 +01:00
CSRCS += lv_theme_zen.c
CSRCS += lv_theme_material.c
2018-09-12 18:02:08 +05:30
CSRCS += lv_theme_nemo.c
CSRCS += lv_theme_mono.c
2017-12-06 11:50:38 +01:00
DEPPATH += --dep-path lvgl/lv_themes
VPATH += :lvgl/lv_themes
CFLAGS += "-I$(LVGL_DIR)/lvgl/lv_themes"