rt-thread/bsp/stm32/stm32l475-atk-pandora/board/ports/lvgl/SConscript

10 lines
179 B
Python
Raw Normal View History

2021-10-19 02:09:03 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('LVGL', src, depend = ['BSP_USING_LVGL'], CPPPATH = CPPPATH)
Return('group')