1 Star 0 Fork 24

vision/TaskMsgBus

forked from slyant/TaskMsgBus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SConscript 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
from building import *
Import('rtconfig')
src = []
path = []
cwd = GetCurrentDir()
if GetDepend('PKG_USING_TASK_MSG_BUS'):
src += Glob('src/task_msg_bus.c')
path += [cwd + '/inc']
if GetDepend('PKG_USING_TASK_MSG_BUS_SAMPLE'):
src += Glob('examples/task_msg_bus_sample.c')
path += [cwd + '/examples']
# add src and include to group.
group = DefineGroup('task_msg_bus', src, depend = ['PKG_USING_TASK_MSG_BUS'], CPPPATH = path)
Return('group')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/embed_andophe/TaskMsgBus.git
git@gitee.com:embed_andophe/TaskMsgBus.git
embed_andophe
TaskMsgBus
TaskMsgBus
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385