Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HansKristian-Work/vkd3d-proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 1e25ce11..41d55cb0 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -62,3 +62,11 @@ executable('descriptor-performance', 'descriptor_performance.c',
c_args : vkd3d_test_flags,
override_options : [ 'c_std='+vkd3d_c_std ],
link_with : [ d3d12_test_utils_lib ])
+
+executable('shader-api', 'vkd3d_shader_api.c',
+ dependencies : [ vkd3d_test_deps, vkd3d_shader_dep ],
+ include_directories : vkd3d_private_includes,
+ install : false,
+ c_args : vkd3d_test_flags,
+ override_options : [ 'c_std='+vkd3d_c_std ],
+ link_with : [ d3d12_test_utils_lib ])