blob: a61b7b1f4abf25f98f1c7c21b2888843e34e32ef [file] [log] [blame] [edit]
foreach source : [
'I18N.pm',
'IndexInfo.pm',
'LoadCPAN.pm',
'Packet.pm',
'SVN.pm',
]
test_dependencies += custom_target(
input: source,
output: source,
command: generate_perl_command,
install: true,
install_dir: perllibdir / 'Git',
depends: [git_version_file],
)
endforeach
subdir('LoadCPAN')
subdir('SVN')