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>2014-03-14 08:56:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-14 10:05:58 +0400
commit19ae921495442ed5801b8b660bec0c275e10f494 (patch)
tree71e6dadcb72de46dedbeabed266a303e86322f45 /source/blender/modifiers/CMakeLists.txt
parent8f1a6e26b6d32fd4b293ab06d22a34c8a8cd2505 (diff)
CMake: fix for standalone player and remove recast modifier reference
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index 7b43f9899b8..b841356709e 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -133,15 +133,6 @@ if(WITH_MOD_OCEANSIM)
add_definitions(-DWITH_OCEANSIM)
endif()
-if(WITH_GAMEENGINE)
- # for MOD_navmesh.c
- add_definitions(-DWITH_GAMEENGINE)
- list(APPEND INC
- ../gpu
- ../../../extern/recastnavigation
- )
-endif()
-
if(WITH_INTERNATIONAL)
add_definitions(-DWITH_INTERNATIONAL)
endif()