mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 01:21:48 +03:00
11 lines
179 B
Meson
11 lines
179 B
Meson
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
|
|
|
backend_sources += files(
|
|
'cmdtag.c',
|
|
'dest.c',
|
|
'fastpath.c',
|
|
'postgres.c',
|
|
'pquery.c',
|
|
'utility.c',
|
|
)
|