Fixed cmake icon issue

This commit is contained in:
mathusummut
2018-09-26 22:32:15 +02:00
parent b040a479bc
commit ed5b17abb8
2 changed files with 2 additions and 2 deletions

View File

@@ -202,6 +202,6 @@ IF(BUILD_MODEL_VIEWER)
# Installation of the program config and image files # Installation of the program config and image files
INSTALL(FILES INSTALL(FILES
"${PROJECT_SOURCE_DIR}/mk/shared/g3dviewer.ico" "${PROJECT_SOURCE_DIR}/mk/shared/g3d_viewer.ico"
DESTINATION ${INSTALL_DIR_INI}) DESTINATION ${INSTALL_DIR_INI})
ENDIF() ENDIF()

View File

@@ -191,7 +191,7 @@ IF(BUILD_MAP_EDITOR)
# Installation of the program config and image files # Installation of the program config and image files
INSTALL(FILES INSTALL(FILES
"${PROJECT_SOURCE_DIR}/mk/shared/editor.ico" "${PROJECT_SOURCE_DIR}/mk/shared/map_editor.ico"
DESTINATION ${INSTALL_DIR_INI}) DESTINATION ${INSTALL_DIR_INI})
ENDIF() ENDIF()