Windows improved support (meson) by UnixY2K · Pull Request #354 · SRombauts/SQLiteCpp (original) (raw)

this PR is an improvement of #352, managing to compile statically and run unit tests successfully on windows.
a summary of the changes in this PR:

the library still does not compile dynamically (as windows does not export the functions by default), so that should be fixed on an 3rd PR potentially fixing #280 and #53 for both meson and cmake, but this is a start before working on adding a macro for that feature.

after the dynamic compilation on windows is fixed, we could put the package on wrapdb so more users can use it easily.