mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +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
|