Files
c_soft/riscv/rtthread/components/utilities/libadt/hashmap/SConscript
2025-06-13 14:38:32 +08:00

10 lines
211 B
Python
Executable File

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