APP_Framework/lib/:add cJSON library

This commit is contained in:
chunyexixiaoyu
2021-08-04 16:24:16 +08:00
parent 1afdd8c056
commit 3b74443dac
10 changed files with 38 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
from building import *
import os
cwd = GetCurrentDir()
src = Glob('*.c')
group = DefineGroup('cjson', src, depend = ['LIB_USING_CJSON'], CPPPATH = [cwd])
Return('group')