mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
29 lines
387 B
Meson
29 lines
387 B
Meson
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
|
|
|
|
subdir('regress')
|
|
subdir('isolation')
|
|
|
|
subdir('authentication')
|
|
subdir('postmaster')
|
|
subdir('recovery')
|
|
subdir('subscription')
|
|
subdir('modules')
|
|
|
|
if ssl.found()
|
|
subdir('ssl')
|
|
endif
|
|
|
|
if ldap.found()
|
|
subdir('ldap')
|
|
endif
|
|
|
|
if gssapi.found()
|
|
subdir('kerberos')
|
|
endif
|
|
|
|
if icu.found()
|
|
subdir('icu')
|
|
endif
|
|
|
|
subdir('perl')
|