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