rt-thread/bsp/stm32/stm32h743-atk-apollo/applications/SConscript

12 lines
172 B
Python
Raw Normal View History

2019-03-24 10:41:40 +08:00
import rtconfig
from building import *
cwd = GetCurrentDir()
src = Split("""
main.c
""")
group = DefineGroup('Applications', src, depend = [''])
Return('group')