blob: 233ec670d7de9182ab1e32ac5f33a60aa5aa0e9a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
test_dependencies += custom_target(
input: 'YAML.pm',
output: 'YAML.pm',
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/Git/SVN',
depends: [git_version_file],
)
|