Differences From Artifact [bebb51c90f]:
- File src/meson.build — part of check-in [e20d96017a] at 2024-08-07 20:11:55 on branch trunk — Migrate build system to Meson (user: js, size: 464) [annotate] [blame] [check-ins using]
To Artifact [cfe1c7d789]:
- File src/meson.build — part of check-in [c2c2f03cd2] at 2024-08-07 23:15:29 on branch trunk — Set soversion (user: js, size: 486) [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 | + | 'MTXSQLite3Storage.m', ) objmatrix = library('objmatrix', sources + exceptions_sources, include_directories: incdir, dependencies: objfw_dep, soversion: '0.0.0', install: true) headers = ['MTXStorage.h', 'ObjMatrix.h'] foreach source: sources + exceptions_sources headers += fs.replace_suffix(source.full_path(), '.h') endforeach |
︙ |