rt-thread/bsp/stm32/stm32l431-BearPi/applications/SConscript

10 lines
196 B
Python
Raw Normal View History

2020-12-29 00:46:47 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [str(Dir('#')), cwd]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')