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
path: root/source
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
parent8f1a6e26b6d32fd4b293ab06d22a34c8a8cd2505 (diff)
CMake: fix for standalone player and remove recast modifier reference
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/datafiles/CMakeLists.txt2
-rw-r--r--source/blender/modifiers/CMakeLists.txt9
2 files changed, 1 insertions, 10 deletions
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 87f07acfb3e..3fc6e2e6f0d 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -33,10 +33,10 @@ set(SRC
data_to_c_simple(../../../../release/datafiles/bfont.pfb SRC)
data_to_c_simple(../../../../release/datafiles/bfont.ttf SRC)
+data_to_c_simple(../../../../release/datafiles/bmonofont.ttf SRC)
if(WITH_BLENDER)
# blender only (not player)
- data_to_c_simple(../../../../release/datafiles/bmonofont.ttf SRC)
if(NOT WITH_HEADLESS)
# blender UI only
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()