forked from PsychoticNinja/irssi
25 lines
500 B
Meson
25 lines
500 B
Meson
# this file is part of irssi
|
|
|
|
executable('event-get-params-fuzz',
|
|
files(
|
|
'event-get-params.c',
|
|
'../../../fe-text/module-formats.c',
|
|
),
|
|
link_with : [
|
|
libconfig_a,
|
|
libcore_a,
|
|
libirc_a,
|
|
libfuzzer_fe_common_core_a,
|
|
],
|
|
link_args : [fuzzer_lib],
|
|
link_language : fuzzer_link_language,
|
|
include_directories : rootinc,
|
|
implicit_include_directories : false,
|
|
install : true,
|
|
dependencies : dep
|
|
)
|
|
|
|
# noinst_headers = files(
|
|
# '../../../fe-text/module-formats.h',
|
|
# )
|