rt-thread-official/bsp/wch/risc-v/ch569w-evt/applications/SConscript

14 lines
190 B
Python

from building import *
cwd = GetCurrentDir()
src = Split("""
main.c
""")
path = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend=[''], CPPPATH=path)
Return('group')