mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
6 lines
93 B
Meson
6 lines
93 B
Meson
# this file is part of irssi
|
|
|
|
subdir('core')
|
|
foreach s : chat_modules
|
|
subdir(s)
|
|
endforeach
|