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