Добавлен GLM

This commit is contained in:
parent 8854b78cc3
commit 6748dd2af5
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"includePath": [ "includePath": [
"${workspaceFolder}/include", "${workspaceFolder}/include",
"C:/VulkanSDK/1.2.189.2/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", "compilerPath": "C:/MinGW/bin/g++.exe",
"cStandard": "c11", "cStandard": "c11",

1
.vscode/tasks.json vendored
View File

@ -16,6 +16,7 @@
"-LC:/VulkanSDK/1.2.189.2/Lib32", "-LC:/VulkanSDK/1.2.189.2/Lib32",
"-I${workspaceRoot}/../dependencies/GLFW/include", "-I${workspaceRoot}/../dependencies/GLFW/include",
"-I${workspaceRoot}/../dependencies/glm",
"-L${workspaceRoot}/../dependencies/GLFW/lib-mingw", "-L${workspaceRoot}/../dependencies/GLFW/lib-mingw",
"-static", "-static",
"-lvulkan-1", "-lvulkan-1",