Artifact b94f41ff3a4a59c33cd071d3cbcc79b3ef912648955007c9b4caf42746a824c9:
- File src/meson.build — part of check-in [cad44bcb35] at 2024-08-11 12:05:32 on branch trunk — Set version to 1.0 (user: js, size: 515) [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], soversion: '1.0.0', install: true) headers = ['ObjSQLite3.h'] foreach source: sources + exceptions_sources headers += fs.replace_suffix(source.full_path(), '.h') endforeach install_headers(headers, subdir: 'ObjSQLite3')