SparkleShare/Sparkles/Git/meson.build

11 lines
228 B
Meson
Raw Normal View History

2018-02-19 05:23:32 +00:00
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)