mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +00:00
11 lines
180 B
Python
11 lines
180 B
Python
import rtconfig
|
|
|
|
from building import *
|
|
|
|
src = Glob('*.c')
|
|
src += Glob('assets/*.c')
|
|
|
|
group = DefineGroup('LVGL-demo', src, depend = ['LPKG_USING_LV_MUSIC_DEMO'])
|
|
|
|
Return('group')
|