From 81098f1fc7941a4b6d0262ab757ddc7b3129161c Mon Sep 17 00:00:00 2001 From: Cameron Hart Date: Sun, 2 Oct 2011 21:29:12 +0000 Subject: [PATCH] Added NavMeshPruneTool to CMakeLists.txt. --- RecastDemo/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RecastDemo/CMakeLists.txt b/RecastDemo/CMakeLists.txt index 2daef0f..e2ce779 100644 --- a/RecastDemo/CMakeLists.txt +++ b/RecastDemo/CMakeLists.txt @@ -10,6 +10,7 @@ SET(recastdemo_SRCS Source/InputGeom.cpp Source/main.cpp Source/MeshLoaderObj.cpp + Source/NavMeshPruneTool.cpp Source/NavMeshTesterTool.cpp Source/OffMeshConnectionTool.cpp Source/PerfTimer.cpp @@ -34,6 +35,7 @@ SET(recastdemo_HDRS Include/imguiRenderGL.h Include/InputGeom.h Include/MeshLoaderObj.h + Include/NavMeshPruneTool.h Include/NavMeshTesterTool.h Include/OffMeshConnectionTool.h Include/PerfTimer.h