cmake:remove install directive for icons

The icons were moved to data.

https://github.com/ZetaGlest/zetaglest-data/tree/develop/others/desktop

I need to add the install directives to the cmake file in data, on the
condition that they only install if the editor and model viewer are
built.
This commit is contained in:
andy5995
2018-09-26 17:23:38 -05:00
parent 1a47746356
commit c4e7a1df24
5 changed files with 0 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -199,9 +199,4 @@ IF(BUILD_MODEL_VIEWER)
INSTALL(FILES
"${PROJECT_SOURCE_DIR}/man/${TARGET_NAME_MANPAGE}"
DESTINATION ${INSTALL_DIR_MAN})
# Installation of the program config and image files
INSTALL(FILES
"${PROJECT_SOURCE_DIR}/mk/shared/g3d_viewer.ico"
DESTINATION ${INSTALL_DIR_INI})
ENDIF()

View File

@@ -188,10 +188,4 @@ IF(BUILD_MAP_EDITOR)
INSTALL(FILES
"${PROJECT_SOURCE_DIR}/man/${TARGET_NAME_MANPAGE}"
DESTINATION ${INSTALL_DIR_MAN})
# Installation of the program config and image files
INSTALL(FILES
"${PROJECT_SOURCE_DIR}/mk/shared/map_editor.ico"
DESTINATION ${INSTALL_DIR_INI})
ENDIF()