19 lines
282 B
Makefile
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 |