xiuos/APP_Framework/lib/cJSON/SConscript

10 lines
174 B
Python
Raw Normal View History

2021-08-04 16:24:16 +08:00
from building import *
import os
cwd = GetCurrentDir()
src = Glob('*.c')
group = DefineGroup('cjson', src, depend = ['LIB_USING_CJSON'], CPPPATH = [cwd])
Return('group')