Files
luban-lite-t3e-pro/packages/artinchip/lvgl-ui/aic_demo/base_demo/font/SConscript

13 lines
241 B
Python
Raw Normal View History

2025-09-30 11:56:06 +08:00
from building import *
import os
cwd = GetCurrentDir()
group = []
src = []
CPPPATH = [cwd]
src += Glob('./*.c')
group = group + DefineGroup('LVGL-port', src, depend = ['AIC_LVGL_BASE_DEMO'], CPPPATH = CPPPATH)
Return('group')