SparkleShare/Sparkles/Git/meson.build
2018-02-21 08:54:29 +00:00

11 lines
228 B
Meson

sparkles_git_src = ['GitCommand.cs',
'GitFetcher.cs',
'GitRepository.cs']
sparkles_git = library('Sparkles.Git',
link_with: sparkles,
sources: sparkles_git_src,
install: true,
install_dir: install_dir)