1 Star 0 Fork 11

tutuwin/FlexibleButton

forked from murphyzhao/FlexibleButton 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SConscript 341 Bytes
一键复制 编辑 原始数据 按行查看 历史
Murphy 提交于 2019-08-05 11:06 . [update] SConscript for rt-thread packages
from building import *
import rtconfig
cwd = GetCurrentDir()
src = []
src += Split('''
flexible_button.c
''')
if GetDepend(['PKG_USING_FLEXIBLE_BUTTON_DEMO']):
src += Glob("flexible_button_demo.c")
CPPPATH = [cwd]
group = DefineGroup('flex_button', src, depend = ['PKG_USING_FLEXIBLE_BUTTON'], CPPPATH = CPPPATH)
Return('group')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/tutuwin/FlexibleButton.git
git@gitee.com:tutuwin/FlexibleButton.git
tutuwin
FlexibleButton
FlexibleButton
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385