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

13 lines
230 B
Python
Raw Normal View History

2023-08-30 16:21:18 +08:00
from building import *
import os
cwd = GetCurrentDir()
group = []
src = []
CPPPATH = [cwd]
2024-04-03 16:40:57 +08:00
src += Glob('./*.c')
2024-09-03 11:16:08 +08:00
group = group + DefineGroup('LVGL-port', src, depend = ['AIC_LVGL_METER_DEMO'], CPPPATH = CPPPATH)
2023-08-30 16:21:18 +08:00
Return('group')