first
This commit is contained in:
9
rt-thread/components/utilities/libadt/uthash/SConscript
Normal file
9
rt-thread/components/utilities/libadt/uthash/SConscript
Normal file
@@ -0,0 +1,9 @@
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = Glob('*.c')
|
||||
CPPPATH = [cwd]
|
||||
group = []
|
||||
|
||||
group = DefineGroup('LIBADT', src, depend = [], CPPPATH = CPPPATH)
|
||||
Return('group')
|
Reference in New Issue
Block a user