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-03-08 12:01:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-08 12:01:22 +0300
commit95ed5355b79c0c93c585c6f98dccd3a8533b6f20 (patch)
tree74b8cc507fb24092a367ba36163a07bd3e1c472d /source/creator
parent65da16a5c1df5c215e17452687eb95ad5fa17de5 (diff)
CMake: removed blenderplayer from install target by accident with recent commit.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 03ec0aebc29..9c58645172d 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -246,6 +246,13 @@ if(WITH_INSTALL)
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
)
+ if(WITH_GAMEENGINE AND WITH_PLAYER)
+ install(
+ PROGRAMS ${TARGETDIR}/blenderplayer
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
+ )
+ endif()
+
# misc files
install(
FILES ${CMAKE_SOURCE_DIR}/release/freedesktop/blender.desktop