Artifact bebb51c90f76505cfe69db4b7197ad6fcd2c05d4eae887c9c45bf19369ddc53c:
- 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]
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, 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')