From c3bc53d45d26363da38ede93eaeb9aa6145643e3 Mon Sep 17 00:00:00 2001 From: Michael Fisher Date: Sat, 27 Aug 2022 11:09:00 -0400 Subject: Add include_directories to pugl_dep --- examples/pugl_clipboard_demo.app/MacOS/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pugl_clipboard_demo.app/MacOS') diff --git a/examples/pugl_clipboard_demo.app/MacOS/meson.build b/examples/pugl_clipboard_demo.app/MacOS/meson.build index 1fcb023..2f2ebb9 100644 --- a/examples/pugl_clipboard_demo.app/MacOS/meson.build +++ b/examples/pugl_clipboard_demo.app/MacOS/meson.build @@ -4,6 +4,6 @@ executable( 'pugl_clipboard_demo', '../../pugl_clipboard_demo.c', - include_directories: include_directories('../../../../include', '../../..'), + include_directories: include_directories('../../..'), c_args: example_defines + example_c_args, dependencies: [pugl_dep, gl_backend_dep]) -- cgit v1.2.1