server/dep/recastnavigation/RecastDemo/Build/GNUMake/Recast.mk
faramir118 136c0ba618 [11902] Import Recast Navigation
Import Recast Navigation as third party dependency
Credits go to Mikko Mononen memon at inside dot org
2012-02-06 22:51:24 +01:00

18 lines
No EOL
271 B
Makefile

NAME = Recast
OBJECTS = \
Recast.cpp \
RecastAlloc.cpp \
RecastArea.cpp \
RecastFilter.cpp \
RecastMesh.cpp \
RecastMeshDetail.cpp \
RecastRasterization.cpp \
RecastRegion.cpp
HEADERS = \
Recast.h \
RecastAlloc.h \
RecastAssert.h
include $(BUILD)/Library.mk