Добавил tinyOBJloader

This commit is contained in:
Ковалев Роман Евгеньевич 2022-11-14 19:53:33 +03:00 committed by R.E. Kovalev
parent 9f1b54b5a1
commit 3691c739e1
2 changed files with 4 additions and 1 deletions

View File

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

2
.vscode/tasks.json vendored
View File

@ -18,6 +18,7 @@
"-I${workspaceFolder}/../dependencies/glad/include",
"-I${workspaceFolder}/../dependencies/glm",
"-I${workspaceFolder}/../dependencies/stb",
"-I${workspaceFolder}/../dependencies/tinyobjloader",
"-static",
"-lopengl32",
"-lglfw3dll",
@ -54,6 +55,7 @@
"-I${workspaceFolder}/../dependencies/glad/include",
"-I${workspaceFolder}/../dependencies/glm",
"-I${workspaceFolder}/../dependencies/stb",
"-I${workspaceFolder}/../dependencies/tinyobjloader",
"-static",
"-lopengl32",
"-lglfw3dll",