paysages3d/src/testing/Makefile
2013-04-20 11:28:56 +00:00

12 lines
240 B
Makefile

include ../common_pre.mk
OBJPATH = ${BUILDPATH}/testing
RESULT = ${BUILDPATH}/paysages-tests
SOURCES += $(wildcard *.c)
HEADERS += $(wildcard *.h)
CC_LDFLAGS += -L${BUILDPATH} -lpaysages_rendering
LIBS += check
include ../common_post.mk