From 9b8d847284eea14d64d8d22cefde8103dee41132 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Oct 2022 14:53:16 -0400 Subject: Clean up meson definitions --- examples/pugl_clipboard_demo.app/MacOS/meson.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/pugl_clipboard_demo.app/MacOS/meson.build') diff --git a/examples/pugl_clipboard_demo.app/MacOS/meson.build b/examples/pugl_clipboard_demo.app/MacOS/meson.build index 2f2ebb9..dc12e27 100644 --- a/examples/pugl_clipboard_demo.app/MacOS/meson.build +++ b/examples/pugl_clipboard_demo.app/MacOS/meson.build @@ -4,6 +4,7 @@ executable( 'pugl_clipboard_demo', '../../pugl_clipboard_demo.c', - include_directories: include_directories('../../..'), c_args: example_defines + example_c_args, - dependencies: [pugl_dep, gl_backend_dep]) + dependencies: [pugl_dep, gl_backend_dep], + include_directories: include_directories('../../..'), +) -- cgit v1.2.1