File src/meson.build artifact 8256687f74 part of check-in 199ebef61a
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')