mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-04-01 01:47:13 +02:00
Enable several compile time options for the SQLite module.
This commit is contained in:
parent
07d37831b9
commit
fadf480dc4
@ -406,6 +406,10 @@
|
||||
<Add option="-DSQMOD_PLUGIN_API" />
|
||||
<Add option="-DSCRAT_USE_EXCEPTIONS" />
|
||||
<Add option="-DSCRAT_USE_CXX11_OPTIMIZATIONS" />
|
||||
<Add option="-DSQLITE_ENABLE_FTS3" />
|
||||
<Add option="-DSQLITE_ENABLE_FTS4" />
|
||||
<Add option="-DSQLITE_ENABLE_FTS5" />
|
||||
<Add option="-DSQLITE_ENABLE_JSON1" />
|
||||
<Add directory="../modules/sqlite" />
|
||||
<Add directory="../shared" />
|
||||
<Add directory="../include" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user