1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00
irssi/src/fe-none/meson.build
2022-02-16 21:49:11 +01:00

21 lines
318 B
Meson

# 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,
],
install : true,
dependencies : dep
)
# noinst_headers = files(
# 'module.h',
# )