OMOTE/LVGL Simulator/LvglPlatform/lvgl/SConscript
2023-06-28 20:26:56 +02:00

11 lines
192 B
Python

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