anotherim-desktop/plugins/meson.build
Vadim Lomovtsev 66403012dc add win32-fonts to meson-based windows build
This commit is to enable plugin to be build with meson for Windows
(mingw64) build.

Signed-off-by: Vadim Lomovtsev <jelezny@gmail.com>
2024-04-01 16:38:27 +03:00

10 lines
182 B
Meson

subdir('http-files')
subdir('ice')
subdir('notification-sound')
subdir('omemo')
subdir('openpgp')
subdir('rtp')
if host_machine.system() == 'windows'
subdir('win32-fonts')
endif