Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-27 13:09:43 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-27 13:09:43 +0400
commita25c7f647e3050239d0c0ea35db37a3e48f84e4c (patch)
tree7b0fae0fcb46a4c5adcf118d7844f177996d64f8 /source/blender/editors/object/CMakeLists.txt
parent928e2784c6596f64ca5201eed269959865d15970 (diff)
navmesh: convert object_navmesh.cpp to plain c.
Diffstat (limited to 'source/blender/editors/object/CMakeLists.txt')
-rw-r--r--source/blender/editors/object/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt
index b9b8ddc6305..b0b4f9dc0eb 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -60,11 +60,11 @@ set(SRC
if(WITH_GAMEENGINE)
list(APPEND INC
- ../../../../extern/recastnavigation/Recast/Include
+ ../../../../extern/recastnavigation
)
list(APPEND SRC
- object_navmesh.cpp
+ object_navmesh.c
)
endif()