1 2 3 4 5 6 7
test_dependencies += custom_target( input: 'YAML.pm', output: 'YAML.pm', command: generate_perl_command, install: true, install_dir: get_option('datadir') / 'perl5/Git/SVN', )