mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 19:51:44 +02:00
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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user