Добавил stb_image

This commit is contained in:
Ковалев Роман Евгеньевич 2022-10-25 12:05:53 +03:00 committed by R.E. Kovalev
parent de15670d8e
commit 2e3be2a0eb
2 changed files with 4 additions and 1 deletions

View File

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

2
.vscode/tasks.json vendored
View File

@ -17,6 +17,7 @@
"-L${workspaceRoot}/../dependencies/GLFW/lib-mingw",
"-I${workspaceFolder}/../dependencies/glad/include",
"-I${workspaceFolder}/../dependencies/glm",
"-I${workspaceFolder}/../dependencies/stb",
"-static",
"-lopengl32",
"-lglfw3dll",
@ -52,6 +53,7 @@
"-L${workspaceRoot}/../dependencies/GLFW/lib-mingw-w64",
"-I${workspaceFolder}/../dependencies/glad/include",
"-I${workspaceFolder}/../dependencies/glm",
"-I${workspaceFolder}/../dependencies/stb",
"-static",
"-lopengl32",
"-lglfw3dll",