Files
zoitechat/src/meson.build

10 lines
131 B
Meson

subdir('common')
if get_option('gtk-frontend')
subdir('fe-gtk')
endif
if get_option('text-frontend')
subdir('fe-text')
endif