Artifact c0c95e2704727fff53490903177b0eb35c5ae13fdf9fd4a9602731b5b28fc0f1:
- File
src/meson.build
— part of check-in
[77c26b4fce]
at
2024-08-11 18:00:52
on branch trunk
— Change prefix to PGSQL
Two letter prefixes are too risky to cause collisions. (user: js, size: 481) [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: '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')