SparkleShare/meson.build

15 lines
344 B
Meson
Raw Normal View History

2018-02-19 05:23:32 +00:00
project('SparkleShare', 'cs')
install_dir = 'share/sparkleshare'
2018-02-19 09:14:03 +00:00
configuration = configuration_data()
configuration.set('ABS_INSTALL_DIR', join_paths(get_option('prefix'), install_dir))
configuration.set('VERSION', '2.0.1')
2018-02-19 05:23:32 +00:00
subdir('Sparkles')
subdir('Sparkles/Git')
subdir('SparkleShare')
meson.add_install_script('build/post_install.sh')