2010-10-24 11:43:22 +00:00

19 lines
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