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",
|
||||
"implementations": ["implementations/Crafter.Graphics-VulkanDevice", "implementations/Crafter.Graphics-Window_vulkan_windows", "implementations/Crafter.Graphics-Mesh_vulkan", "implementations/Crafter.Graphics-RenderingElement3DVulkan"],
|
||||
"interfaces": [],
|
||||
"libs": ["vulkan-1"],
|
||||
"libs": ["kernel32", "user32"],
|
||||
"extends": ["base"],
|
||||
"defines": [
|
||||
{
|
||||
|
|
@ -47,7 +47,6 @@
|
|||
"name": "CRAFTER_GRAPHICS_WINDOWS"
|
||||
}
|
||||
],
|
||||
"include_dirs": ["C:\\VulkanSDK\\1.4.341.1\\Include"]
|
||||
},
|
||||
{
|
||||
"name": "deps",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue