- bugfix to cmake install for map editor and g3d viewer

This commit is contained in:
Mark Vejvoda 2012-10-29 19:47:58 +00:00
parent c0f29ccad2
commit 38a205c540
2 changed files with 2 additions and 25 deletions

View File

@ -190,20 +190,8 @@ IF(BUILD_MEGAGLEST_MODEL_VIEWER)
# Installation of the program desktop file
INSTALL(FILES
"${PROJECT_SOURCE_DIR}/megaglest_g3dviewer.desktop"
"${PROJECT_SOURCE_DIR}/mk/linux/megaglest_g3dviewer.desktop"
DESTINATION ${MEGAGLEST_DESKTOP_INSTALL_PATH})
# Installation of the program config and image files
#INSTALL(FILES
# "${PROJECT_SOURCE_DIR}/mk/linux/glest.ini"
# "${PROJECT_SOURCE_DIR}/mk/linux/glestkeys.ini"
# "${PROJECT_SOURCE_DIR}/data/glest_game/g3dviewer.ico"
# DESTINATION ${MEGAGLEST_DATA_INSTALL_PATH})
# Installation of the program desktop icon file
#INSTALL(FILES
# "${PROJECT_SOURCE_DIR}/data/glest_game/g3dviewer.ico"
# DESTINATION ${MEGAGLEST_ICON_INSTALL_PATH})
ENDIF()
ENDIF()

View File

@ -185,19 +185,8 @@ IF(BUILD_MEGAGLEST_MAP_EDITOR)
# Installation of the program desktop file
INSTALL(FILES
"${PROJECT_SOURCE_DIR}/megaglest_editor.desktop"
"${PROJECT_SOURCE_DIR}/mk/linux/megaglest_editor.desktop"
DESTINATION ${MEGAGLEST_DESKTOP_INSTALL_PATH})
#INSTALL(FILES
# "${PROJECT_SOURCE_DIR}/mk/linux/glest.ini"
# "${PROJECT_SOURCE_DIR}/mk/linux/glestkeys.ini"
# "${PROJECT_SOURCE_DIR}/data/glest_game/editor.ico"
# DESTINATION ${MEGAGLEST_DATA_INSTALL_PATH})
# Installation of the program desktop icon file
#INSTALL(FILES
# "${PROJECT_SOURCE_DIR}/data/glest_game/editor.ico"
# DESTINATION ${MEGAGLEST_ICON_INSTALL_PATH})
ENDIF()
ENDIF()