forked from xuos/xiuos
APP_Framework/lib/:add embeded database (flashdb) configuration file
This commit is contained in:
10
APP_Framework/lib/embedded_database/flashdb/SConscript
Normal file
10
APP_Framework/lib/embedded_database/flashdb/SConscript
Normal 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')
|
||||
Reference in New Issue
Block a user