aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/credential/osxkeychain/meson.build
blob: 3c7677f736c684ec5c3a82a9bdd4bfd6321717c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
executable('git-credential-osxkeychain',
  sources: 'git-credential-osxkeychain.c',
  dependencies: [
    dependency('CoreFoundation'),
    dependency('Security'),
  ],
  install: true,
  install_dir: get_option('libexecdir') / 'git-core',
)