QGIS/images/icons/mac/CMakeLists.txt
2020-11-12 07:14:46 +10:00

7 lines
141 B
CMake

if (WITH_DESKTOP)
file (GLOB ICONS *.icns)
install (FILES ${ICONS}
DESTINATION ${CMAKE_INSTALL_PREFIX}/../Resources)
endif()