icon on windows folder

This commit is contained in:
alemuntoni 2022-05-18 11:05:38 +02:00
parent fa964a8a18
commit 46621b1296
2 changed files with 4 additions and 1 deletions

BIN
resources/icons/meshlab.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

View File

@ -281,5 +281,8 @@ if (NOT BUILD_ONLY_MESHLAB_LIBRARIES)
install(FILES "${MESHLAB_RESOURCES_DIR}/linux/meshlab.desktop" DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications)
install(FILES "${MESHLAB_RESOURCES_DIR}/icons/meshlab.png" DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/512x512/apps)
endif()
if(WIN32)
install(FILES "${MESHLAB_RESOURCES_DIR}/icons/meshlab.png" DESTINATION ${MESHLAB_BIN_INSTALL_DIR}/)
install(FILES "${MESHLAB_RESOURCES_DIR}/icons/meshlab.ico" DESTINATION ${MESHLAB_BIN_INSTALL_DIR}/)
endif()
endif()