Artifact 4c2aa283758560db5bad99ac282e5b3e4437aeb0c0814692f5227989ac6501fa:
- File src/meson.build — part of check-in [a27ad474c4] at 2024-08-07 19:43:07 on branch trunk — Migrate build system to Meson (user: js, size: 452) [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], install: true) headers = ['ObjPgSQL.h'] foreach source: sources + exceptions_sources headers += fs.replace_suffix(source.full_path(), '.h') endforeach install_headers(headers, subdir: 'ObjPgSQL')