From b2fd07e14867d4999af32930dc093811e98f83e7 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sun, 7 Mar 2021 17:00:26 -0500 Subject: [PATCH] also update examples makefile for internal config.h --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index 9587f4b..e9211aa 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -8,7 +8,7 @@ LIB = ../build/libTangerine.a BINDIR = bin ifeq ($(USE_INTERNAL_ASSIMP), y) -CXXFLAGS += -I../$(ASSIMP_DIR)/include +CXXFLAGS += -I../$(ASSIMP_DIR)/include -I$(ASSIMP_DIR)/build/include LDFLAGS = -lSDL2 -lGLEW -lGL ASSIMP_LIB := ../$(ASSIMP_DIR)/build/code/libassimp.a endif