windows build fix
This commit is contained in:
parent
979aa5be1d
commit
ca3057322d
1 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
"name": "vulkan-windows",
|
"name": "vulkan-windows",
|
||||||
"implementations": ["implementations/Crafter.Graphics-VulkanDevice", "implementations/Crafter.Graphics-Window_vulkan_windows", "implementations/Crafter.Graphics-Mesh_vulkan", "implementations/Crafter.Graphics-RenderingElement3DVulkan"],
|
"implementations": ["implementations/Crafter.Graphics-VulkanDevice", "implementations/Crafter.Graphics-Window_vulkan_windows", "implementations/Crafter.Graphics-Mesh_vulkan", "implementations/Crafter.Graphics-RenderingElement3DVulkan"],
|
||||||
"interfaces": [],
|
"interfaces": [],
|
||||||
"libs": ["vulkan-1"],
|
"libs": ["kernel32", "user32"],
|
||||||
"extends": ["base"],
|
"extends": ["base"],
|
||||||
"defines": [
|
"defines": [
|
||||||
{
|
{
|
||||||
|
|
@ -47,7 +47,6 @@
|
||||||
"name": "CRAFTER_GRAPHICS_WINDOWS"
|
"name": "CRAFTER_GRAPHICS_WINDOWS"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"include_dirs": ["C:\\VulkanSDK\\1.4.341.1\\Include"]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "deps",
|
"name": "deps",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue