rt-thread/bsp/stm32/stm32f103-blue-pill/applications/SConscript

12 lines
213 B
Python
Raw Normal View History

2020-10-16 11:31:17 +08:00
Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd, ]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')