anotherim-desktop/plugins/meson.build
Vadim Lomovtsev 4912be6cff plugins/windows-notification: add meson build support
Signed-off-by: Vadim Lomovtsev <jelezny@gmail.com>
2024-04-01 16:38:27 +03:00

11 lines
217 B
Meson

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')
endif