From 95ed5355b79c0c93c585c6f98dccd3a8533b6f20 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 8 Mar 2011 09:01:22 +0000 Subject: [PATCH] CMake: removed blenderplayer from install target by accident with recent commit. --- source/creator/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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