From f6f0ecfa0aa9872a582e22f2b839d500105aafa1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 18:53:15 -0400 Subject: Format meson.build files with muon The less time wasted with manual code formatting, the better. --- examples/pugl_shader_demo.app/MacOS/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pugl_shader_demo.app/MacOS') diff --git a/examples/pugl_shader_demo.app/MacOS/meson.build b/examples/pugl_shader_demo.app/MacOS/meson.build index 0731864..d3d0755 100644 --- a/examples/pugl_shader_demo.app/MacOS/meson.build +++ b/examples/pugl_shader_demo.app/MacOS/meson.build @@ -11,5 +11,5 @@ executable( c_args: example_defines + example_c_args, cpp_args: example_defines + example_cpp_args, dependencies: [pugl_dep, pugl_gl_dep, dl_dep], - include_directories: include_directories('../../..'), + include_directories: include_directories('../../..'), ) -- cgit v1.2.1