summaryrefslogtreecommitdiff
path: root/src/include/pch/meson.build
blob: 7e6b806f4976d691a87bf2ff40c50d40d598ab69 (plain)
1
2
3
4
5
6
# Copyright (c) 2022, PostgreSQL Global Development Group

# See https://github.com/mesonbuild/meson/issues/10338
pch_c_h = meson.source_root() / meson.current_source_dir() / 'c_pch.h'
pch_postgres_h = meson.source_root() / meson.current_source_dir() / 'postgres_pch.h'
pch_postgres_fe_h = meson.source_root() / meson.current_source_dir() / 'postgres_fe_pch.h'