Raw
1 test_dependencies += custom_target(
2 input: 'Git.pm',
3 output: 'Git.pm',
4 command: generate_perl_command,
5 install: true,
6 install_dir: perllibdir,
7 depends: [git_version_file],
8 )
9
10 subdir('Git')
11 if get_option('perl_cpan_fallback')
12 subdir('FromCPAN')
13 endif