Files

11 lines
180 B
Python
Raw Permalink Normal View History

2023-08-28 09:48:01 +08:00
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')