/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
contrib/isn/meson.build
42 строки
781 B
Bruce Momjian
Update copyright for 2026
01 янв 2026, 21:24
01 янв 2026, 21:24
451c439
Код
Авторство
О чём код?
# Copyright (c) 2022-2026, PostgreSQL Global Development Group isn_sources = files( 'isn.c', ) if host_system == 'windows' isn_sources += rc_lib_gen.process(win32ver_rc, extra_args: [ '--NAME', 'isn', '--FILEDESC', 'isn - data types for international product numbering standards',]) endif isn = shared_module('isn', isn_sources, kwargs: contrib_mod_args, ) contrib_targets += isn install_data( 'isn.control', 'isn--1.0--1.1.sql', 'isn--1.1.sql', 'isn--1.1--1.2.sql', 'isn--1.2--1.3.sql', kwargs: contrib_data_args, ) install_headers( 'isn.h', install_dir: dir_include_extension / 'isn', ) tests += { 'name': 'isn', 'sd': meson.current_source_dir(), 'bd': meson.current_build_dir(), 'regress': { 'sql': [ 'isn', ], }, }