mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 19:51:44 +02:00
cmake:remove install directive for icons
The icons were moved to data. https://github.com/ZetaGlest/zetaglest-data/tree/develop/others/desktop I need to add the install directives to the cmake file in data, on the condition that they only install if the editor and model viewer are built.
This commit is contained in:
@@ -199,9 +199,4 @@ 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