1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Added missing lv_img_cache.c to makefile

This commit is contained in:
Brian Pugh 2019-06-21 09:33:27 -07:00
parent 4c1dbc63d2
commit 8e8271ffe6

View File

@ -7,6 +7,7 @@ CSRCS += lv_draw_img.c
CSRCS += lv_draw_arc.c
CSRCS += lv_draw_triangle.c
CSRCS += lv_img_decoder.c
CSRCS += lv_img_cache.c
DEPPATH += --dep-path $(LVGL_DIR)/lvgl/src/lv_draw
VPATH += :$(LVGL_DIR)/lvgl/src/lv_draw