1 Star 0 Fork 25

lxz/simple_xml

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

搜索帮助