4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 07:33:32 +08:00

13 lines
203 B
Python
Raw Normal View History

2019-09-13 09:56:23 +08:00
import rtconfig
from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd, str(Dir('#'))]
src = Split("""
main.c
""")
group = DefineGroup('Applications', src, depend = [''])
Return('group')