rt-thread-official/components/utilities/libadt/ref/SConscript

10 lines
198 B
Python
Executable File

from building import *
cwd = GetCurrentDir()
src = list()
CPPPATH = [cwd]
group = []
group = DefineGroup('LIBADT', src, depend = ['RT_USING_ADT_REF'], CPPPATH = CPPPATH)
Return('group')