Files
luban-lite-t3e-pro/packages/artinchip/lvgl-ui/aic_demo/base_demo/font/SConscript
刘可亮 803cac77d5 V1.0.6
2024-09-03 11:16:08 +08:00

13 lines
229 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_BASE_DEMO'], CPPPATH = CPPPATH)
Return('group')