rt-thread/bsp/synwit/swm320-mini/applications/SConscript

9 lines
171 B
Python
Raw Normal View History

2021-02-18 13:29:12 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp')
2021-02-18 13:29:12 +08:00
group = DefineGroup('Applications', src, depend = [''], CPPPATH = [cwd])
2021-02-18 13:29:12 +08:00
Return('group')