Files
luban-lite-t3e-pro/packages/third-party/cJSON-1.7.16/SConscript

10 lines
190 B
Python
Raw Normal View History

2024-06-04 19:00:30 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('cJSON', src, depend = ['LPKG_USING_CJSON'], CPPPATH = CPPPATH)
Return('group')