Differences From Artifact [d144a32045]:
- File src/meson.build — part of check-in [da6b5c90d4] at 2024-08-06 21:56:55 on branch trunk — Improve meson.build files (user: js, size: 493) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
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 | + | ) objsqlite3 = library('objsqlite3', sources + exceptions_sources, include_directories: incdir, objc_args: ['-DSL3_PUBLIC_IVARS'], dependencies: [objfw_dep, sqlite3_dep], soversion: '0.0', install: true) headers = ['ObjSQLite3.h'] foreach source: sources + exceptions_sources headers += fs.replace_suffix(source.full_path(), '.h') endforeach |
︙ |