1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-13 05:03:45 -04:00
irssi/src/irc/meson.build

11 lines
135 B
Meson
Raw Normal View History

2019-07-07 18:02:53 -04:00
# this file is part of irssi
subdir('core')
subdir('dcc')
subdir('flood')
subdir('notifylist')
if want_proxy
subdir('proxy')
endif