Files
luban-lite-t3e-pro/kernel/rt-thread/examples/libc/SConscript
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

7 lines
146 B
Python

from building import *
src = Glob('*.c')
group = DefineGroup('UTest', src, depend = ['RT_USING_NEWLIB', 'RT_USING_PTHREADS'])
Return('group')