mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
icon on windows folder
This commit is contained in:
parent
fa964a8a18
commit
46621b1296
BIN
resources/icons/meshlab.ico
Normal file
BIN
resources/icons/meshlab.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 143 KiB |
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user