Добавил tinyglTF

This commit is contained in:
parent ef9fb5c875
commit 51b6389788
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -29,9 +29,10 @@ CFLAGS += -I../dependencies/glad/include
CFLAGS += -I../dependencies/glm
CFLAGS += -I../dependencies/stb
CFLAGS += -I../dependencies/tinyobjloader
CFLAGS += -I../dependencies/tinyglTF
# Опции линкера
LDFLAGS += --std=c++11
LDFLAGS += --std=gnu++11
# Архитектурозависимые опции линкера
ifeq ($(OS), Windows_NT)
# GLFW в зависимости от архитектуры