mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Import Recast Navigation as third party dependency Credits go to Mikko Mononen memon at inside dot org
19 lines
No EOL
282 B
Makefile
19 lines
No EOL
282 B
Makefile
NAME = DebugUtils
|
|
|
|
SOURCES = \
|
|
DebugDraw.cpp \
|
|
DetourDebugDraw.cpp \
|
|
RecastDebugDraw.cpp \
|
|
RecastDump.cpp
|
|
|
|
HEADERS = \
|
|
DebugDraw.h \
|
|
DetourDebugDraw.h \
|
|
RecastDebugDraw.h \
|
|
RecastDump.h
|
|
|
|
CPPFLAGS = \
|
|
-I Detour/Include \
|
|
-I Recast/Include
|
|
|
|
include $(BUILD)/HelperLibrary.mk |