Revert "cmake:remove install directive for icons"

This reverts commit c4e7a1df24.

Icons are needed for the Windows build. They will therefore be removed
from data, where I had copied them to yesterday.
This commit is contained in:
andy5995
2018-09-26 17:33:31 -05:00
parent c4e7a1df24
commit 7bf996e04b
5 changed files with 11 additions and 0 deletions

BIN
mk/shared/g3d_viewer.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
mk/shared/map_editor.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
mk/shared/zetaglest.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -199,4 +199,9 @@ 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,4 +188,10 @@ 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()