aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cpp/test/headers/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/cpp/test/headers/meson.build')
-rw-r--r--bindings/cpp/test/headers/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/cpp/test/headers/meson.build b/bindings/cpp/test/headers/meson.build
index 67dad3c..cbd36bf 100644
--- a/bindings/cpp/test/headers/meson.build
+++ b/bindings/cpp/test/headers/meson.build
@@ -27,7 +27,7 @@ test(
'test_headers_cpp',
files('test_headers.cpp'),
cpp_args: test_headers_cpp_args,
- dependencies: puglpp_dep,
+ dependencies: [puglpp_dep, vulkan_dep],
),
suite: 'unit',
)