Files
luban-lite/packages/third-party/miniz/SConscript
刘可亮 3e10f578d3 v1.2.2
2025-10-21 13:59:50 +08:00

14 lines
254 B
Python

from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
path = [cwd]
if GetDepend('LPKG_MINIZ_DEMO'):
src += Glob('examples/*.c')
group = DefineGroup('miniz', src, depend = ['LPKG_USING_MINIZ'], CPPPATH = path)
Return('group')