Sign in
code
/
git
/
9edff09aec9b5aaa3d5528129bb279a4d34cf5b3
/
.
/
perl
/
meson.build
blob: 3c66b007eaad9ed466b55f9bf4d2a49bf8ae1733 [
file
] [
log
] [
blame
]
test_dependencies
+=
custom_target
(
input
:
'Git.pm'
,
output
:
'Git.pm'
,
command
:
generate_perl_command
,
install
:
true
,
install_dir
:
perllibdir
,
depends
:
[
git_version_file
],
)
subdir
(
'Git'
)
if
get_option
(
'perl_cpan_fallback'
)
subdir
(
'FromCPAN'
)
endif