summaryrefslogtreecommitdiffstats
path: root/test/cpp/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/meson.build')
-rw-r--r--test/cpp/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/meson.build b/test/cpp/meson.build
index 0c750de..b810e39 100644
--- a/test/cpp/meson.build
+++ b/test/cpp/meson.build
@@ -31,6 +31,7 @@ test(
files('test_lilv_hpp.cpp'),
cpp_args: test_args + cpp_suppressions,
dependencies: [lv2_dep, lilv_dep],
+ implicit_include_directories: false,
),
suite: 'unit',
)