irssi/src/fe-common/meson.build

6 lines
93 B
Meson
Raw Normal View History

2019-07-08 00:02:53 +02:00
# this file is part of irssi
subdir('core')
foreach s : chat_modules
subdir(s)
endforeach