mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 01:33:59 +08:00
fix(lvgl.mk): fix vg_lite_tvg.cpp not compiling (#5435)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
parent
27e79328aa
commit
3fd20b58ba
2
lvgl.mk
2
lvgl.mk
@ -5,7 +5,7 @@ CSRCS += $(shell find $(LVGL_PATH)/src -type f -name '*.c')
|
||||
CSRCS += $(shell find $(LVGL_PATH)/demos -type f -name '*.c')
|
||||
CSRCS += $(shell find $(LVGL_PATH)/examples -type f -name '*.c')
|
||||
CXXEXT := .cpp
|
||||
CXXSRCS += $(shell find $(LVGL_PATH)/src/libs/thorvg -type f -name '*${CXXEXT}')
|
||||
CXXSRCS += $(shell find $(LVGL_PATH)/src -type f -name '*${CXXEXT}')
|
||||
|
||||
AFLAGS += "-I$(LVGL_PATH)"
|
||||
CFLAGS += "-I$(LVGL_PATH)"
|
||||
|
Loading…
Reference in New Issue
Block a user