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:
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()