rt-thread/bsp/stm32/stm32h743-armfly-v7/applications/SConscript

13 lines
203 B
Python
Raw Normal View History

2022-05-14 02:12:25 +08:00
import rtconfig
from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd, str(Dir('#'))]
src = Split("""
main.c
""")
group = DefineGroup('Applications', src, depend = [''])
Return('group')