Fixing linux build kind of

This commit is contained in:
2021-10-13 15:20:30 +02:00
parent 99760724cd
commit 59b262777c
18 changed files with 111 additions and 100 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"${VULKAN_SDK}\\Include"
"external/**"
],
"defines": [
"_DEBUG",
@@ -16,7 +16,7 @@
"cppStandard": "c++20",
"browse": {
"path": [
"${VULKAN_SDK}/**"
"external/**"
]
}
}