summaryrefslogtreecommitdiff
path: root/fuzz/atom/meson.build
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-11-18 22:43:22 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-11-18 22:43:22 +0000
commite01637fd3a0a59ffea320a7df9770e73f486c91e (patch)
treefa76152764a7a53a0f6dab21585064e14406a07a /fuzz/atom/meson.build
parente0cc7f6a03008f623d3286678f6dc22f8cebef51 (diff)
downloadgentoo-utils-e01637fd3a0a59ffea320a7df9770e73f486c91e.tar.gz
setup meson to allow building multiple fuzzers easily
Diffstat (limited to 'fuzz/atom/meson.build')
-rw-r--r--fuzz/atom/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/atom/meson.build b/fuzz/atom/meson.build
new file mode 100644
index 0000000..57b0131
--- /dev/null
+++ b/fuzz/atom/meson.build
@@ -0,0 +1 @@
+subdir('parser')