Fix cmake install of blenderplayer for linux.
This commit is contained in:
@@ -69,6 +69,13 @@ elseif(APPLE)
|
||||
|
||||
else()
|
||||
add_executable(blenderplayer bad_level_call_stubs/stubs.c)
|
||||
|
||||
if(NOT WITH_INSTALL_PORTABLE)
|
||||
install(
|
||||
TARGETS blenderplayer
|
||||
DESTINATION bin
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_dependencies(blenderplayer makesdna)
|
||||
|
@@ -451,14 +451,6 @@ if(UNIX AND NOT APPLE)
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
if(WITH_GAMEENGINE AND WITH_PLAYER)
|
||||
install(
|
||||
TARGETS blenderplayer
|
||||
DESTINATION bin
|
||||
)
|
||||
endif()
|
||||
|
||||
# misc files
|
||||
install(
|
||||
FILES ${CMAKE_SOURCE_DIR}/release/freedesktop/blender.desktop
|
||||
|
Reference in New Issue
Block a user