mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-17 02:15:24 +00:00
sqlite fixes
This commit is contained in:
parent
a45a55ad6e
commit
e82b9fbb2f
7 changed files with 90 additions and 69 deletions
|
|
@ -20,8 +20,9 @@
|
|||
# IN THE SOFTWARE.
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
option(TORQUE_sqlite "Enable sqlite module" ON)
|
||||
if(TORQUE_sqlite)
|
||||
# files
|
||||
addPathRec( "${srcDir}/sqlite" )
|
||||
endif()
|
||||
option(TORQUE_SQLITE "Enable sqlite module" ON)
|
||||
if(TORQUE_SQLITE)
|
||||
addPath( "${srcDir}/sqlite" )
|
||||
addLib( "sqlite" )
|
||||
addInclude( "${libDir}/sqlite" )
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue