1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00
Files
postgres/src/backend/utils/mb/meson.build

12 lines
239 B
Meson

# Copyright (c) 2022, PostgreSQL Global Development Group
backend_sources += files(
'conv.c',
'mbutils.c',
'stringinfo_mb.c',
'wstrcmp.c',
'wstrncmp.c',
)
# Note we only enter conversion_procs once the backend build is defined