mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-13 18:08:54 +00:00
V1.0.5
This commit is contained in:
4
packages/third-party/sqlite/SConscript
vendored
4
packages/third-party/sqlite/SConscript
vendored
@@ -3,9 +3,13 @@ from building import *
|
||||
cwd = GetCurrentDir()
|
||||
src = ['sqlite3.c']
|
||||
src += ['dbhelper.c']
|
||||
|
||||
if GetDepend('PKG_SQLITE_DAO_EXAMPLE'):
|
||||
src += Glob('student_dao.c')
|
||||
|
||||
if GetDepend('PKG_SQLITE_RECIPE_EXAMPLE'):
|
||||
src += Glob('recipe_test.c')
|
||||
|
||||
CPPPATH = [cwd]
|
||||
group = DefineGroup('sqlite', src, depend = ['RT_USING_DFS', 'PKG_USING_SQLITE'], CPPPATH = CPPPATH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user