1 Star 0 Fork 2

du_jianmin/esp-sr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
component.mk 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
sxy 提交于 2022-08-17 20:57 . bugfix: Add src/include path in component.mk
COMPONENT_ADD_INCLUDEDIRS := include/$(IDF_TARGET) \
esp-tts/esp_tts_chinese/include \
src/include \
COMPONENT_SRCDIRS := src
LIB_FILES := $(shell ls $(COMPONENT_PATH)/lib/$(IDF_TARGET)/lib*.a) \
$(shell ls $(COMPONENT_PATH)/esp-tts/esp_tts_chinese/esp32/lib*.a)
LIBS := $(patsubst lib%.a,-l%,$(LIB_FILES))
COMPONENT_ADD_LDFLAGS += -L$(COMPONENT_PATH)/lib/$(IDF_TARGET) \
-L$(COMPONENT_PATH)/esp-tts \
$(LIBS)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/du-jianmin/esp-sr.git
git@gitee.com:du-jianmin/esp-sr.git
du-jianmin
esp-sr
esp-sr
master

搜索帮助