Artifact 8256687f746a3117e03f947924a7c44900b06b270fc8f08c1bf13a1191081712:
- File src/meson.build — part of check-in [199ebef61a] at 2024-08-07 20:21:37 on branch trunk — Set soversion (user: js, size: 472) [annotate] [blame] [check-ins using]
fs = import('fs') subdir('exceptions') sources = files( 'PGConnection.m', 'PGResult.m', 'PGResultRow.m', ) objpgsql = library('objpgsql', sources + exceptions_sources, include_directories: incdir, dependencies: [objfw_dep, libpq_dep], soversion: '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')