From be5a78ac298f3b23c9955022ad35a18180a5894a Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Fri, 18 Oct 2024 03:10:46 -0400 Subject: added scene-graph example (#67) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index fadad55..4451149 100644 --- a/meson.build +++ b/meson.build @@ -178,7 +178,7 @@ scenefx = declare_dependency( meson.override_dependency('scenefx', scenefx) if get_option('examples') - # TODO: subdir('examples') + subdir('examples') subdir('tinywl') endif -- cgit v1.2.3