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
|
2018-07-12 18:18:43 +02:00
|
|
|
CSRCS += lv_theme_mono.c
|
2017-12-06 11:50:38 +01:00
|
|
|
|
2019-03-17 08:33:03 +01:00
|
|
|
DEPPATH += --dep-path $(LVGL_DIR)/lvgl/src/lv_themes
|
|
|
|
VPATH += :$(LVGL_DIR)/lvgl/src/lv_themes
|
2017-12-06 11:50:38 +01:00
|
|
|
|
2019-03-17 08:33:03 +01:00
|
|
|
CFLAGS += "-I$(LVGL_DIR)/lvgl/src/lv_themes"
|