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:
authorCampbell Barton <ideasman42@gmail.com>2011-09-12 04:38:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-12 04:38:57 +0400
commitca662d0fd651ad0fa159bbeacb31a49f11f37526 (patch)
tree11aec4952e6d3478b8755850accb300c86591875 /source/blender/editors/util/CMakeLists.txt
parent07687cef7dcfda9e6f668e491515b61c072d82c9 (diff)
parent56460a0340b6afdb26fa19eb5bd92eda1a1693aa (diff)
svn merge -r40124:40140 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/editors/util/CMakeLists.txt')
-rw-r--r--source/blender/editors/util/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt
index 97f5d508d26..843af272362 100644
--- a/source/blender/editors/util/CMakeLists.txt
+++ b/source/blender/editors/util/CMakeLists.txt
@@ -89,16 +89,4 @@ set(SRC
../include/UI_view2d.h
)
-if(WITH_GAMEENGINE)
- list(APPEND INC
- ../../../../extern/recastnavigation/Recast/Include
- )
-
- list(APPEND SRC
- navmesh_conversion.cpp
-
- ../include/ED_navmesh_conversion.h
- )
-endif()
-
blender_add_lib(bf_editor_util "${SRC}" "${INC}" "${INC_SYS}")