diff options
author | David Robillard <d@drobilla.net> | 2025-01-21 12:12:15 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-21 12:12:15 -0500 |
commit | af8db1f1ac957b53667150af903985b1cdb801af (patch) | |
tree | bd7e7f4b58fb8449474a37cfb62ca36631134649 /bindings/cpp/test/headers | |
parent | 51aae63069fb93a9994cae72f8c28cee06f92362 (diff) | |
download | pugl-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.build | 2 |
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', ) |