Browse Source

also update examples makefile for internal config.h

render_group_fix
cinnaboot 5 years ago
parent
commit
b2fd07e148
  1. 2
      examples/Makefile

2
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

Loading…
Cancel
Save