Sign in
code
/
git
/
d963ac98ec94fd2003722a794f0168a70ea1b815
/
.
/
perl
/
meson.build
blob: c22d6f8a1a3266ded27c43c43c88620f9b4badcf [
file
] [
log
] [
blame
]
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