Files
xiuos/APP_Framework/lib/queue/SConscript
2021-08-31 11:00:30 +08:00

10 lines
174 B
Python

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