SOCI / soci

Official repository of the SOCI - The C++ Database Access Library
http://soci.sourceforge.net/
Boost Software License 1.0
1.37k stars 472 forks source link

SQLite3 Amalgamation with SOCI. #1051

Open amreisa opened 1 year ago

amreisa commented 1 year ago

how I Can add SQLite3 Amalgamation to use it with SOCI. I use SOCI as sub directory in main CMake project ?

vadz commented 8 months ago

I'm not sure if there is a simple way to do it right now, cmake/modules/FindSQLite3.cmake seems to always be looking for a library. It shouldn't be difficult to add a build option to use an amalgamation instead but right the simplest is probably to just build the library out of it yourself.