aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_cpp_demo.app
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-07 15:35:19 -0500
committerDavid Robillard <d@drobilla.net>2025-02-07 15:35:19 -0500
commit7976df1832f8164e459902dc247a232f49b61064 (patch)
treed00dc8c7317b9ac3098f7facb47d84ffe34109f9 /examples/pugl_cpp_demo.app
parentda301d48c6d519fb2020573c6a501a0c43f9064c (diff)
downloadpugl-7976df1832f8164e459902dc247a232f49b61064.tar.gz
pugl-7976df1832f8164e459902dc247a232f49b61064.tar.bz2
pugl-7976df1832f8164e459902dc247a232f49b61064.zip
Use angle brackets for library includes and clean up include paths
Diffstat (limited to 'examples/pugl_cpp_demo.app')
-rw-r--r--examples/pugl_cpp_demo.app/MacOS/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/pugl_cpp_demo.app/MacOS/meson.build b/examples/pugl_cpp_demo.app/MacOS/meson.build
index b840771..a8eda53 100644
--- a/examples/pugl_cpp_demo.app/MacOS/meson.build
+++ b/examples/pugl_cpp_demo.app/MacOS/meson.build
@@ -7,5 +7,4 @@ executable(
c_args: example_defines + example_c_args,
cpp_args: example_defines + example_cpp_args,
dependencies: [puglpp_dep, pugl_gl_dep, puglutil_dep],
- include_directories: include_directories('../../..'),
)