mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
meson build support
This commit is contained in:
parent
fb85fdec5c
commit
db16a0a853
57 changed files with 1787 additions and 46 deletions
6
src/fe-common/meson.build
Normal file
6
src/fe-common/meson.build
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# this file is part of irssi
|
||||
|
||||
subdir('core')
|
||||
foreach s : chat_modules
|
||||
subdir(s)
|
||||
endforeach
|
||||
Loading…
Add table
Add a link
Reference in a new issue