From ba9562c80315bf368edce14301d28522f0977bfa Mon Sep 17 00:00:00 2001 From: kotontrion Date: Sun, 19 May 2024 13:37:19 +0200 Subject: fix: build example --- meson.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 7d8fcd2..cfca691 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,11 @@ gnome = import('gnome') subdir('include') subdir('src') -subdir('examples') + + +if get_option('examples') + subdir('examples') +endif install_data( -- cgit v1.2.3