Files
xiuos/APP_Framework/lib/lvgl/SConscript
2022-01-18 16:38:38 +08:00

12 lines
180 B
Python

# RT-Thread building script for bridge
import os
from building import *
objs = []
cwd = GetCurrentDir()
objs = objs + SConscript(cwd + '/rt-thread/SConscript')
Return('objs')