Builds SQLiteCpp with Meson. Use when configuring Meson builds, tests, or Meson options.
72
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
meson setup builddirmeson compile -C builddirmeson setup builddir -DSQLITECPP_BUILD_TESTS=true -DSQLITECPP_BUILD_EXAMPLES=truemeson compile -C builddirmeson test -C builddirmeson setup builddir -DSQLITECPP_BUILD_TESTS=true -DSQLITECPP_BUILD_EXAMPLES=true --force-fallback-for=sqlite3meson compile -C builddirmeson test -C builddirSQLITECPP_BUILD_TESTS: build unit tests.SQLITECPP_BUILD_EXAMPLES: build examples.SQLITE_ENABLE_COLUMN_METADATA: enable column origin metadata.SQLITE_ENABLE_ASSERT_HANDLER: enable assert handler.SQLITE_HAS_CODEC: enable codec API (requires SQLCipher).SQLITE_USE_LEGACY_STRUCT: legacy sqlite3_value struct.SQLITECPP_DISABLE_STD_FILESYSTEM: disable std::filesystem.SQLITECPP_DISABLE_SQLITE3_EXPANDED_SQL: disable sqlite3_expanded_sql.SQLITE_OMIT_LOAD_EXTENSION: omit load extension.cpp_std=c++17 to support newer gtest versions.736fb31
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.