diff options
author | David Robillard <d@drobilla.net> | 2025-03-05 08:03:24 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-03-05 08:03:24 -0500 |
commit | 273c9915920f3a461ea221449dd8d6c05c653d45 (patch) | |
tree | 2815397f3ebdb8ced4c2593744c4780ba81fda2d /bindings/cpp/test/headers/meson.build | |
parent | 66afe808e8c17f41cf6122158df96361cb42cccb (diff) | |
download | pugl-273c9915920f3a461ea221449dd8d6c05c653d45.tar.gz pugl-273c9915920f3a461ea221449dd8d6c05c653d45.tar.bz2 pugl-273c9915920f3a461ea221449dd8d6c05c653d45.zip |
Disable meson implicit include directories anti-feature
Diffstat (limited to 'bindings/cpp/test/headers/meson.build')
-rw-r--r-- | bindings/cpp/test/headers/meson.build | 1 |
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', ) |