Добавил stb_image

This commit is contained in:
2022-10-25 12:05:53 +03:00
parent 580ebd83fd
commit 12b9acb9c0
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ CFLAGS += -I./include
CFLAGS += -I../dependencies/GLFW/include
CFLAGS += -I../dependencies/glad/include
CFLAGS += -I../dependencies/glm
CFLAGS += -I../dependencies/stb
# Опции линкера
LDFLAGS += --std=c++11