mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-21 06:53:01 +08:00
14 lines
285 B
Makefile
14 lines
285 B
Makefile
CSRCS += lv_theme_alien.c
|
|
CSRCS += lv_theme.c
|
|
CSRCS += lv_theme_default.c
|
|
CSRCS += lv_theme_night.c
|
|
CSRCS += lv_theme_templ.c
|
|
CSRCS += lv_theme_zen.c
|
|
CSRCS += lv_theme_material.c
|
|
|
|
|
|
DEPPATH += --dep-path lvgl/lv_themes
|
|
VPATH += :lvgl/lv_themes
|
|
|
|
CFLAGS += "-I$(LVGL_DIR)/lvgl/lv_themes"
|