xiuos/APP_Framework/lib/queue/SConscript

10 lines
174 B
Python
Raw Normal View History

2021-08-16 15:59:26 +08:00
from building import *
import os
cwd = GetCurrentDir()
src = Glob('*.c')
group = DefineGroup('queue', src, depend = ['LIB_USING_QUEUE'], CPPPATH = [cwd])
Return('group')