Files
luban-lite-t3e-pro/packages/artinchip/lvgl-ui/aic_demo/font/SConscript
刘可亮 8bca5e8332 v1.0.4
2024-04-03 16:40:57 +08:00

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