Files
luban-lite-t3e-pro/packages/third-party/cJSON-1.7.16/SConscript
2025-09-30 11:56:06 +08:00

10 lines
199 B
Python

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