aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cpp
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 /bindings/cpp
parent66afe808e8c17f41cf6122158df96361cb42cccb (diff)
downloadpugl-273c9915920f3a461ea221449dd8d6c05c653d45.tar.gz
pugl-273c9915920f3a461ea221449dd8d6c05c653d45.tar.bz2
pugl-273c9915920f3a461ea221449dd8d6c05c653d45.zip
Disable meson implicit include directories anti-feature
Diffstat (limited to 'bindings/cpp')
-rw-r--r--bindings/cpp/test/headers/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/cpp/test/headers/meson.build b/bindings/cpp/test/headers/meson.build
index 0100853..064c2cf 100644
--- a/bindings/cpp/test/headers/meson.build
+++ b/bindings/cpp/test/headers/meson.build
@@ -33,6 +33,7 @@ test(
files('test_headers.cpp'),
cpp_args: test_headers_cpp_args,
dependencies: [puglpp_dep, vulkan_dep],
+ implicit_include_directories: false,
),
suite: 'unit',
)