rt-thread-official/bsp/stm32/stm32l476-st-nucleo/applications/SConscript

10 lines
196 B
Python
Raw Normal View History

2019-01-28 19:24:33 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [str(Dir('#')), cwd]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')