完善接口配置

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2022-12-13 09:26:50 +08:00
parent 53c63690da
commit 65384e5c57
11 changed files with 1599 additions and 208 deletions

9
iap/SConscript Normal file
View File

@@ -0,0 +1,9 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
path = [cwd]
group = DefineGroup('IAP', src, depend = [], CPPPATH = path)
Return('group')