mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 12:32:34 +02:00
Fixed cmake icon issue
This commit is contained in:
@@ -202,6 +202,6 @@ IF(BUILD_MODEL_VIEWER)
|
||||
|
||||
# Installation of the program config and image files
|
||||
INSTALL(FILES
|
||||
"${PROJECT_SOURCE_DIR}/mk/shared/g3dviewer.ico"
|
||||
"${PROJECT_SOURCE_DIR}/mk/shared/g3d_viewer.ico"
|
||||
DESTINATION ${INSTALL_DIR_INI})
|
||||
ENDIF()
|
||||
|
@@ -191,7 +191,7 @@ IF(BUILD_MAP_EDITOR)
|
||||
|
||||
# Installation of the program config and image files
|
||||
INSTALL(FILES
|
||||
"${PROJECT_SOURCE_DIR}/mk/shared/editor.ico"
|
||||
"${PROJECT_SOURCE_DIR}/mk/shared/map_editor.ico"
|
||||
DESTINATION ${INSTALL_DIR_INI})
|
||||
|
||||
ENDIF()
|
||||
|
Reference in New Issue
Block a user