Differences From Artifact [8b491c9ab3]:
- File meson.build — part of check-in [a27ad474c4] at 2024-08-07 19:43:07 on branch trunk — Migrate build system to Meson (user: js, size: 980) [annotate] [blame] [check-ins using]
To Artifact [05e6318ef5]:
- File meson.build — part of check-in [33735ae0cd] at 2024-08-11 18:01:50 on branch trunk — Set version to 1.0 (user: js, size: 980) [annotate] [blame] [check-ins using]
1 | project('ObjPgSQL', 'objc', | | | 1 2 3 4 5 6 7 8 9 | project('ObjPgSQL', 'objc', version: '1.0', meson_version: '>= 1.5.0', default_options: { 'warning_level': '3', }) objfw_dep = dependency('objfw') libpq_dep = dependency('libpq') |
︙ | ︙ |