rt-thread/bsp/stm32/libraries/templates/stm32h7xx/applications/SConscript

13 lines
203 B
Python
Raw Normal View History

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