3 Star 4 Fork 0

RT-Thread-Mirror/onenet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SConscript 449 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiangxistu 提交于 2022-07-27 11:22 . [fix] compiler warning. (#40)
from building import *
cwd = GetCurrentDir()
src = []
if GetDepend(['PKG_USING_ONENET_SAMPLE']):
src += Glob('samples/onenet_sample.c')
if GetDepend(['ONENET_USING_MQTT']):
src += Glob('src/onenet_mqtt.c')
if GetDepend(['ONENET_USING_AUTO_REGISTER'] or ['ONENET_USING_HTTP']):
src += Glob('src/onenet_http.c')
path = [cwd + '/inc']
group = DefineGroup('onenet', src, depend = ['PKG_USING_ONENET'], CPPPATH = path)
Return('group')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RT-Thread-Mirror/onenet.git
git@gitee.com:RT-Thread-Mirror/onenet.git
RT-Thread-Mirror
onenet
onenet
master

搜索帮助