rt-thread/bsp/nrf52832/applications/SConscript

12 lines
258 B
Python
Raw Normal View History

2015-11-11 06:47:12 +08:00
Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = os.path.join(str(Dir('#')), 'applications')
src = Glob('*.c')
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')