rt-thread-official/bsp/nuvoton/nk-980iot/applications/lvgl/SConscript

11 lines
185 B
Python
Raw Permalink Normal View History

from building import *
2021-12-21 19:06:02 +08:00
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
2021-12-21 19:06:02 +08:00
group = DefineGroup('LVGL-port', src, depend = ['PKG_USING_LVGL'], CPPPATH = CPPPATH)
2021-12-21 19:06:02 +08:00
Return('group')