Artifact cfe1c7d789ef7291f145cafc7d58f205a847178636479eaa01047b6bca88e95b:
- 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]
fs = import('fs') subdir('exceptions') sources = files( 'MTXClient.m', 'MTXRequest.m', '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 install_headers(headers, subdir: 'ObjMatrix')