vulkan: move anv VK_EXT_debug_report implementation to common code.
[mesa.git] / src / vulkan / util / meson.build
index a6208b08eb5a7adf9835cda07da52aab1132e3f8..78cee0adb507f36828a579095c862eb8514db96e 100644 (file)
@@ -20,6 +20,8 @@
 
 files_vulkan_util = files(
   'vk_alloc.h',
+  'vk_debug_report.c',
+  'vk_debug_report.h',
   'vk_util.c',
   'vk_util.h',
 )