oatpp / oatpp-sqlite

SQLite adapter for oatpp ORM.
https://oatpp.io/
Apache License 2.0
23 stars 18 forks source link

Add an option to link external SQLite library instead of using SQLite amalgamation #4

Closed lganzzzo closed 3 years ago

lganzzzo commented 3 years ago

Links:

lganzzzo commented 3 years ago

Done.

Use -DOATPP_SQLITE_AMALGAMATION=OFF cmake option.

$ cmake -DOATPP_SQLITE_AMALGAMATION=OFF ..