Files
rt-thread/bsp/simulator/snake/SConscript
T
2012-12-01 06:59:37 +00:00

11 lines
210 B
Python

import rtconfig
from building import *
src = Glob('*.c') + Glob('*.cpp')
cwd = GetCurrentDir()
CPPPATH = [cwd]
group = DefineGroup('snake', src, depend = ['RT_USING_RTGUI'], CPPPATH=CPPPATH)
Return('group')