/
githubmirror
/
libxmlb
Обзор
Документация
Войти
/
githubmirror
/
libxmlb
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.3.21
data/meson.build
20 строк
421 B
Richard Hughes
Use zst as the file extension for zstd
05 апр 2024, 00:32
Не верифицирован
05 апр 2024, 00:32
4772ff5
Код
Авторство
О чём код?
if get_option('tests') and host_machine.system() != 'windows' configure_file( input : 'libxmlb.test.in', output : 'libxmlb.test', configuration : conf, install: true, install_dir: installed_test_datadir, ) install_data([ 'test.desktop', 'test.quirk', 'test.xml', 'test.xml.gz.gz.gz', 'test.xml.xz', 'test.xml.zst', ], install_dir: installed_test_bindir, ) endif