https://github.com/mesonbuild/meson
https://github.com/mesonbuild/meson/wiki
https://github.com/mesonbuild/meson/wiki/Adding%20new%20projects%20to%20wrapdb
http://wrapdb.mesonbuild.com/
Meson simplifies the entire build process for us, it would be great if SQLiteCpp is available there. Sqlite is already present in wrapdb, so you could probably use it as dependency. You are also not required to migrate from cmake to meson since it allows patching original sources with custom meson build file.
https://github.com/mesonbuild/meson
https://github.com/mesonbuild/meson/wiki
https://github.com/mesonbuild/meson/wiki/Adding%20new%20projects%20to%20wrapdb
http://wrapdb.mesonbuild.com/
Meson simplifies the entire build process for us, it would be great if
SQLiteCppis available there. Sqlite is already present in wrapdb, so you could probably use it as dependency. You are also not required to migrate from cmake to meson since it allows patching original sources with custom meson build file.