APP_Framework/lib/:add embeded database (flashdb) configuration file

This commit is contained in:
chunyexixiaoyu
2022-03-04 15:44:22 +08:00
parent 1f041ac321
commit 6909bb2947
6 changed files with 57 additions and 0 deletions

View File

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