anotherim-desktop/plugins/meson.build
2024-04-08 16:19:59 +03:00

15 lines
349 B
Meson

install_options = {'install': true, 'install_dir': get_option('libdir') / get_option('plugindir')}
subdir('http-files')
subdir('ice')
subdir('notification-sound')
subdir('omemo')
subdir('openpgp')
subdir('rtp')
if host_machine.system() == 'windows'
subdir('win32-fonts')
subdir('windows-notification')
else
subdir('phone-ringer')
endif