Добавил tinyglTF
This commit is contained in:
3
Makefile
3
Makefile
@@ -26,9 +26,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 в зависимости от архитектуры
|
||||
|
||||
Reference in New Issue
Block a user