blob: 89cde56be84912e01fde974bfc499b1faa6b3bc7 (
plain)
1
2
3
4
5
6
7
8
|
test_dependencies += custom_target(
input: 'Address.pm',
output: 'Address.pm',
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/Git/LoadCPAN/Mail',
depends: [git_version_file],
)
|