From: Fred Morcos Date: Fri, 17 Nov 2023 11:55:14 +0000 (+0100) Subject: Meson: Cleanup the fuzz-targets module X-Git-Tag: rec-5.1.0-alpha1~80^2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=080e38b0b45a0abf6b9a2118236cc15cd4236c29;p=thirdparty%2Fpdns.git Meson: Cleanup the fuzz-targets module --- diff --git a/meson.build b/meson.build index 4ef57da288..3d55736b05 100644 --- a/meson.build +++ b/meson.build @@ -58,7 +58,6 @@ subdir('meson' / 'clock-gettime') # Clock_gettime subdir('meson' / 'boost') # Boost subdir('meson' / 'boost-program-options') # Boost Program Options Library subdir('meson' / 'reproducible') # Reproducible Builds -subdir('meson' / 'fuzz-targets') # Fuzzing Targets subdir('meson' / 'dlopen') # dlopen subdir('meson' / 'verbose-logging') # Verbose Logging subdir('meson' / 'pkcs11') # PKCS11 diff --git a/meson/fuzz-targets/meson.build b/meson/fuzz-targets/meson.build deleted file mode 100644 index cffb846500..0000000000 --- a/meson/fuzz-targets/meson.build +++ /dev/null @@ -1,2 +0,0 @@ -opt_fuzz = get_option('fuzz-targets') -conf.set('FUZZ_TARGETS', opt_fuzz, description: 'Fuzzing targets')