diff --git a/project.json b/project.json index 59e36b6..abbb66a 100644 --- a/project.json +++ b/project.json @@ -115,6 +115,14 @@ "target": "x86_64-w64-mingw32", "march": "x86-64" }, + { + "name": "lib-vulkan-windows-debug", + "extends": ["vulkan-windows", "deps-debug"], + "type": "library", + "target": "x86_64-w64-mingw32", + "march": "x86-64", + "debug": true + }, { "name": "lib-vulkan-windows-timing", "extends": ["vulkan-windows", "deps-timing"],