Files
luban-lite-t3e-pro/packages/third-party/cJSON-1.7.16/SConscript
刘可亮 0a13af6a1d V1.0.5
2024-06-04 19:00:30 +08:00

10 lines
190 B
Python

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