Files
lvgl/env_support/rt-thread/squareline/SConscript

11 lines
202 B
Python

from building import *
cwd = GetCurrentDir()
src = ['lv_ui_entry.c']
src += Glob(cwd + '/ui/*.c')
group = DefineGroup('LVGL-SquareLine', src, depend = ['PKG_USING_LVGL_SQUARELINE'])
Return('group')