Raw
1 foreach source : [
2 'Editor.pm',
3 'Fetcher.pm',
4 'GlobSpec.pm',
5 'Log.pm',
6 'Migration.pm',
7 'Prompt.pm',
8 'Ra.pm',
9 'Utils.pm',
10 ]
11 test_dependencies += custom_target(
12 input: source,
13 output: source,
14 command: generate_perl_command,
15 install: true,
16 install_dir: perllibdir / 'Git/SVN',
17 depends: [git_version_file],
18 )
19 endforeach
20
21 subdir('Memoize')