rt-thread-official/examples/libc/SConscript

7 lines
146 B
Python
Raw Normal View History

2013-01-08 21:05:02 +08:00
from building import *
src = Glob('*.c')
2020-12-19 16:49:11 +08:00
group = DefineGroup('UTest', src, depend = ['RT_USING_NEWLIB', 'RT_USING_PTHREADS'])
2013-01-08 21:05:02 +08:00
Return('group')