summaryrefslogtreecommitdiff
path: root/perl/meson.build
blob: 3c66b007eaad9ed466b55f9bf4d2a49bf8ae1733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
test_dependencies += custom_target(
  input: 'Git.pm',
  output: 'Git.pm',
  command: generate_perl_command,
  install: true,
  install_dir: perllibdir,
  depends: [git_version_file],
)

subdir('Git')
if get_option('perl_cpan_fallback')
  subdir('FromCPAN')
endif