Files
luban-lite-t3e-pro/packages/third-party/rtt_auto_exe_cmd/SConscript
刘可亮 9f7ba67007 v1.0.3
2024-01-27 08:47:24 +08:00

15 lines
366 B
Python

from building import *
import rtconfig
# get current directory
cwd = GetCurrentDir()
# The set of source files associated with this SConscript file.
src = Glob('*.c')
path = [cwd + '/']
LOCAL_CCFLAGS = ''
group = DefineGroup('rtt_auto_cmd', src, depend = ['LPKG_USING_RTT_AUTO_EXE_CMD'], CPPPATH = path, LOCAL_CCFLAGS = LOCAL_CCFLAGS)
Return('group')