- config BR2_PACKAGE_SQLITECPP
- bool "sqlitecpp"
- depends on BR2_INSTALL_LIBSTDCPP
- select BR2_PACKAGE_SQLITE
- select BR2_PACKAGE_SQLITE_ENABLE_COLUMN_METADATA
- help
- SQLiteC++ (SQLiteCpp) is a lean and easy to use
- C++ SQLite3 wrapper.
- https://github.com/SRombauts/SQLiteCpp
- comment "sqlitecpp needs a toolchain w/ C++"
- depends on !BR2_INSTALL_LIBSTDCPP
|