windows debug
This commit is contained in:
parent
9b36583e49
commit
e90dd615d4
1 changed files with 8 additions and 0 deletions
|
|
@ -115,6 +115,14 @@
|
||||||
"target": "x86_64-w64-mingw32",
|
"target": "x86_64-w64-mingw32",
|
||||||
"march": "x86-64"
|
"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",
|
"name": "lib-vulkan-windows-timing",
|
||||||
"extends": ["vulkan-windows", "deps-timing"],
|
"extends": ["vulkan-windows", "deps-timing"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue