Artifact 0f845e1b24785f95e71dd00eb5782e8585442a98d268eceb24580bf8055bb55a:
- File src/meson.build — part of check-in [33735ae0cd] at 2024-08-11 18:01:50 on branch trunk — Set version to 1.0 (user: js, size: 483) [annotate] [blame] [check-ins using]
fs = import('fs') subdir('exceptions') sources = files( 'PGSQLConnection.m', 'PGSQLResult.m', 'PGSQLResultRow.m', ) objpgsql = library('objpgsql', sources + exceptions_sources, include_directories: incdir, dependencies: [objfw_dep, libpq_dep], soversion: '1.0.0', install: true) headers = ['ObjPgSQL.h'] foreach source: sources + exceptions_sources headers += fs.replace_suffix(source.full_path(), '.h') endforeach install_headers(headers, subdir: 'ObjPgSQL')