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

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()