rt-thread/bsp/essemi/es8p508x/applications/SConscript

10 lines
173 B
Python
Raw Normal View History

2019-11-07 10:00:14 +08:00
from building import *
2019-11-21 06:56:50 +08:00
cwd = GetCurrentDir()
src = Glob('*.c')
2019-11-07 10:00:14 +08:00
2019-11-21 06:56:50 +08:00
CPPPATH = [cwd]
2019-11-07 10:00:14 +08:00
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')