rt-thread/bsp/lpc1114/applications/SConscript

10 lines
196 B
Python
Raw Normal View History

2019-05-05 15:13:57 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')