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

10 lines
181 B
Python
Raw Normal View History

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