Files
luban-lite-t3e-pro/packages/artinchip/lvgl-ui/aic_demo/dashboard_demo/font/SConscript
2025-09-30 11:56:06 +08:00

13 lines
246 B
Python

from building import *
import os
cwd = GetCurrentDir()
group = []
src = []
CPPPATH = [cwd]
src += Glob('./*.c')
group = group + DefineGroup('LVGL-port', src, depend = ['AIC_LVGL_DASHBOARD_DEMO'], CPPPATH = CPPPATH)
Return('group')