1 Star 0 Fork 0

scriptiot / lvgl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lvgl.mk 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
LVGL_PATH ?= ${shell pwd}/lvgl
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')
CFLAGS += "-I$(LVGL_PATH)"
1
https://gitee.com/scriptiot/lvgl.git
git@gitee.com:scriptiot/lvgl.git
scriptiot
lvgl
lvgl
master

搜索帮助