Artifact d144a32045fc21e14ef466b9971b293800b4eff376be9e3fd11e79b648d4c051:
- 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]
fs = import('fs') subdir('exceptions') sources = files( 'SL3Connection.m', 'SL3PreparedStatement.m', ) objsqlite3 = library('objsqlite3', sources + exceptions_sources, include_directories: incdir, objc_args: ['-DSL3_PUBLIC_IVARS'], dependencies: [objfw_dep, sqlite3_dep], install: true) headers = ['ObjSQLite3.h'] foreach source: sources + exceptions_sources headers += fs.replace_suffix(source.full_path(), '.h') endforeach install_headers(headers, subdir: 'ObjSQLite3')