forked from xuos/xiuos
feat add SQLite, compile OK
This commit is contained in:
12
APP_Framework/lib/SQLite/SConscript
Normal file
12
APP_Framework/lib/SQLite/SConscript
Normal file
@@ -0,0 +1,12 @@
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = ['sqlite3.c']
|
||||
src += ['dbhelper.c']
|
||||
if GetDepend('PKG_SQLITE_DAO_EXAMPLE'):
|
||||
src += Glob('student_dao.c')
|
||||
|
||||
CPPPATH = [cwd]
|
||||
group = DefineGroup('sqlite', src, depend = ['RT_USING_DFS', 'PKG_USING_SQLITE'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
Reference in New Issue
Block a user