mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-17 17:48:55 +00:00
v1.0.3
This commit is contained in:
15
packages/third-party/rtt_auto_exe_cmd/SConscript
vendored
Normal file
15
packages/third-party/rtt_auto_exe_cmd/SConscript
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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')
|
||||
Reference in New Issue
Block a user