mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
10 lines
131 B
Meson
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
|