Добавил GLM

This commit is contained in:
Ковалев Роман Евгеньевич 2022-07-18 11:40:45 +03:00 committed by R.E. Kovalev
parent 6de9e29b3c
commit 07f4c8769f
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"includePath": [
"${workspaceFolder}/include",
"${workspaceFolder}/../dependencies/GLFW/include",
"${workspaceFolder}/../dependencies/glad/include"
"${workspaceFolder}/../dependencies/glad/include",
"${workspaceFolder}/../dependencies/glm"
],
"compilerPath": "C:/MinGW/bin/g++.exe",
"cStandard": "c11",

2
.vscode/tasks.json vendored
View File

@ -16,6 +16,7 @@
"-I${workspaceRoot}/../dependencies/GLFW/include",
"-L${workspaceRoot}/../dependencies/GLFW/lib-mingw",
"-I${workspaceFolder}/../dependencies/glad/include",
"-I${workspaceFolder}/../dependencies/glm",
"-static",
"-lopengl32",
"-lglfw3dll",
@ -50,6 +51,7 @@
"-I${workspaceRoot}/../dependencies/GLFW/include",
"-L${workspaceRoot}/../dependencies/GLFW/lib-mingw-w64",
"-I${workspaceFolder}/../dependencies/glad/include",
"-I${workspaceFolder}/../dependencies/glm",
"-static",
"-lopengl32",
"-lglfw3dll",