mirror of
https://github.com/CTCaer/hekate
synced 2024-11-03 02:26:35 +00:00
c41f98039c
Version 0.8.0. Expect dragons!
9 lines
232 B
Makefile
9 lines
232 B
Makefile
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"
|