From af8db1f1ac957b53667150af903985b1cdb801af Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 21 Jan 2025 12:12:15 -0500 Subject: Fix Windows test build with Vulkan --- bindings/cpp/test/headers/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/cpp') 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', ) -- cgit v1.2.1