git/perl/meson.build

13 lines
254 B
Meson

test_dependencies += custom_target(
input: 'Git.pm',
output: 'Git.pm',
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5',
)
subdir('Git')
if get_option('perl_cpan_fallback')
subdir('FromCPAN')
endif