rt-thread-official/bsp/hc32l136/applications/SConscript

13 lines
222 B
Python
Raw Normal View History

2021-08-21 14:10:33 +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')