aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cpp/test/headers
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-21 12:12:15 -0500
committerDavid Robillard <d@drobilla.net>2025-01-21 12:12:15 -0500
commitaf8db1f1ac957b53667150af903985b1cdb801af (patch)
treebd7e7f4b58fb8449474a37cfb62ca36631134649 /bindings/cpp/test/headers
parent51aae63069fb93a9994cae72f8c28cee06f92362 (diff)
downloadpugl-af8db1f1ac957b53667150af903985b1cdb801af.tar.gz
pugl-af8db1f1ac957b53667150af903985b1cdb801af.tar.bz2
pugl-af8db1f1ac957b53667150af903985b1cdb801af.zip
Fix Windows test build with Vulkan
Diffstat (limited to 'bindings/cpp/test/headers')
-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',
)