Cmake windows. Make sure we install blender player.

Add blenderplayer component so you can speicfy to install this in the
installer
This commit is contained in:
Martijn Berger
2014-11-15 20:51:18 +01:00
parent bfa75dc990
commit a28c763b44
3 changed files with 12 additions and 0 deletions

View File

@@ -963,7 +963,9 @@ if(WIN32 AND NOT WITH_PYTHON_MODULE)
set_target_properties(blender-launcher PROPERTIES OUTPUT_NAME blender)
install(TARGETS blender blender-launcher
COMPONENT Blender
DESTINATION ".")
if(MSVC12_REDIST_DIR)
if(CMAKE_CL_64)
set(_WIN_PLATFORM x64)