mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
move SQLiteLib/SConscript file to SQLite-3.8.1/SConscript
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
Import('rtconfig')
|
||||
import os
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir() + str(r'/SQLiteLib/')
|
||||
src = Split("""
|
||||
SQLiteLib/sqlite3.c
|
||||
SQLiteLib/test/test10.c
|
||||
""")
|
||||
CPPPATH = [cwd, str(Dir('#'))]
|
||||
|
||||
group = DefineGroup('sqlite', src, depend = ['RT_USING_SQLITE'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
Reference in New Issue
Block a user