[gui]add example

This commit is contained in:
tangyuxin
2017-12-06 20:34:23 +08:00
parent 37c6eac27b
commit 056ed06310
4 changed files with 1559 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('gui_demo', src, depend = ['RTGUI_USING_DEMO'], CPPPATH = CPPPATH)
Return('group')