meson build support

This commit is contained in:
Ailin Nemui 2019-07-08 00:02:53 +02:00
commit db16a0a853
57 changed files with 1787 additions and 46 deletions

21
src/fe-none/meson.build Normal file
View file

@ -0,0 +1,21 @@
# this file is part of irssi
executable('botti',
files(
'irssi.c',
),
include_directories : rootinc,
implicit_include_directories : false,
export_dynamic : true,
link_with : [
libconfig_a,
libcore_a,
libirc_a,
],
install : true,
dependencies : dep
)
# noinst_headers = files(
# 'module.h',
# )