server/dep/recastnavigation/RecastDemo/Build/GNUMake/DebugUtils.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

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