rt-thread/bsp/stm32/stm32h750-armfly-h7-tool/applications/SConscript

13 lines
203 B
Python
Raw Normal View History

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