aboutsummaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-03-05 08:03:24 -0500
committerDavid Robillard <d@drobilla.net>2025-03-05 08:03:24 -0500
commit273c9915920f3a461ea221449dd8d6c05c653d45 (patch)
tree2815397f3ebdb8ced4c2593744c4780ba81fda2d /test/headers
parent66afe808e8c17f41cf6122158df96361cb42cccb (diff)
downloadpugl-273c9915920f3a461ea221449dd8d6c05c653d45.tar.gz
pugl-273c9915920f3a461ea221449dd8d6c05c653d45.tar.bz2
pugl-273c9915920f3a461ea221449dd8d6c05c653d45.zip
Disable meson implicit include directories anti-feature
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/headers/meson.build b/test/headers/meson.build
index a6c279e..69fd51b 100644
--- a/test/headers/meson.build
+++ b/test/headers/meson.build
@@ -30,6 +30,7 @@ test(
files('test_headers.c'),
c_args: test_headers_c_args,
dependencies: [pugl_dep, vulkan_dep],
+ implicit_include_directories: false,
),
suite: 'unit',
)