rt-thread/components/gui/example/SConscript

11 lines
186 B
Python
Raw Normal View History

2017-12-06 20:34:23 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('gui_demo', src, depend = ['RTGUI_USING_DEMO'], CPPPATH = CPPPATH)
Return('group')