rt-thread/bsp/stm32/stm32l496-ali-developer/applications/SConscript

13 lines
222 B
Python
Raw Normal View History

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