blob: b975d4972631d423bc3f69934f1a221331e5e304 (
plain)
1
2
3
4
5
6
7
8
9
10
|
test_dependencies += custom_target(
input: 'Error.pm',
output: 'Error.pm',
command: generate_perl_command,
install: true,
install_dir: perllibdir / 'Git/LoadCPAN',
depends: [git_version_file],
)
subdir('Mail')
|