Files
rt-thread/components/utilities/libadt/uthash/SConscript
Bernard Xiong 50998f4e43 [building] rename the group name: LIBADT to Utilities. (#10267)
* [building] rename the group name: LIBADT to Utilities.
2025-05-16 07:31:18 +08:00

10 lines
188 B
Python

from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = []
group = DefineGroup('Utilities', src, depend = [], CPPPATH = CPPPATH)
Return('group')