mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
meson build support
This commit is contained in:
parent
fb85fdec5c
commit
db16a0a853
57 changed files with 1787 additions and 46 deletions
21
src/irc/notifylist/meson.build
Normal file
21
src/irc/notifylist/meson.build
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# this file is part of irssi
|
||||
|
||||
libirc_notifylist_a = static_library('irc_notifylist',
|
||||
files(
|
||||
'notify-commands.c',
|
||||
'notify-ison.c',
|
||||
'notify-setup.c',
|
||||
'notify-whois.c',
|
||||
'notifylist.c',
|
||||
),
|
||||
include_directories : rootinc,
|
||||
implicit_include_directories : false,
|
||||
dependencies : dep)
|
||||
|
||||
install_headers(
|
||||
files(
|
||||
'module.h',
|
||||
'notify-setup.h',
|
||||
'notifylist.h',
|
||||
),
|
||||
subdir : incdir / 'src' / 'irc' / 'notifylist')
|
||||
Loading…
Add table
Add a link
Reference in a new issue