mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
12 lines
239 B
Meson
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
|