mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +00:00
Import Recast Navigation as third party dependency Credits go to Mikko Mononen memon at inside dot org
18 lines
No EOL
271 B
Makefile
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 |