hekate/nyx/nyx_gui/libs/lvgl/lv_themes/lv_themes.mk
ctcaer@gmail.com c41f98039c [Nyx] Introducing hekate GUI, named Nyx!
Version 0.8.0.

Expect dragons!
2019-06-30 04:03:00 +03:00

10 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"