blob: ac42a70a31f8df7f6c3bbcdae274ad24167349e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
ecpg_targets = []
subdir('include')
subdir('pgtypeslib')
subdir('ecpglib')
subdir('compatlib')
subdir('preproc')
alias_target('ecpg', ecpg_targets)
|