init lvgl code
This commit is contained in:
11
LVGL.Simulator/lvgl/SConscript
Normal file
11
LVGL.Simulator/lvgl/SConscript
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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')
|
||||
Reference in New Issue
Block a user