Добавлен GLM
This commit is contained in:
parent
8854b78cc3
commit
6748dd2af5
|
@ -5,7 +5,8 @@
|
|||
"includePath": [
|
||||
"${workspaceFolder}/include",
|
||||
"C:/VulkanSDK/1.2.189.2/Include",
|
||||
"${workspaceFolder}/../dependencies/GLFW/include"
|
||||
"${workspaceFolder}/../dependencies/GLFW/include",
|
||||
"${workspaceFolder}/../dependencies/glm"
|
||||
],
|
||||
"compilerPath": "C:/MinGW/bin/g++.exe",
|
||||
"cStandard": "c11",
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"-LC:/VulkanSDK/1.2.189.2/Lib32",
|
||||
|
||||
"-I${workspaceRoot}/../dependencies/GLFW/include",
|
||||
"-I${workspaceRoot}/../dependencies/glm",
|
||||
"-L${workspaceRoot}/../dependencies/GLFW/lib-mingw",
|
||||
"-static",
|
||||
"-lvulkan-1",
|
||||
|
|
Loading…
Reference in New Issue