Differences From Artifact [5d051f5642]:
- File src/meson.build — part of check-in [3e0861a934] at 2024-08-07 20:21:03 on branch trunk — Set soversion (user: js, size: 513) [annotate] [blame] [check-ins using]
To Artifact [b94f41ff3a]:
- File src/meson.build — part of check-in [cad44bcb35] at 2024-08-11 12:05:32 on branch trunk — Set version to 1.0 (user: js, size: 515) [annotate] [blame] [check-ins using]
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | ) objsqlite3 = library('objsqlite3', sources + exceptions_sources, include_directories: incdir, objc_args: ['-DSL3_PUBLIC_IVARS'], dependencies: [objfw_dep, sqlite3_dep], |
︙ |