Differences From Artifact [4c2aa28375]:
- File src/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: 452) [annotate] [blame] [check-ins using]
To Artifact [8256687f74]:
- File src/meson.build — part of check-in [199ebef61a] at 2024-08-07 20:21:37 on branch trunk — Set soversion (user: js, size: 472) [annotate] [blame] [check-ins using]
︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | + | 'PGResultRow.m', ) objpgsql = library('objpgsql', sources + exceptions_sources, include_directories: incdir, dependencies: [objfw_dep, libpq_dep], soversion: '0.0', install: true) headers = ['ObjPgSQL.h'] foreach source: sources + exceptions_sources headers += fs.replace_suffix(source.full_path(), '.h') endforeach |
︙ |