rt-thread/bsp/simulator/testdll/snake/SConscript

8 lines
137 B
Python
Raw Normal View History

import rtconfig
Import('RTT_ROOT')
from building import *
src = Glob('*.c')
group = DefineGroup('', src, depend = [''])
Return('group')