QGIS/images/icons/mac/CMakeLists.txt
2025-06-05 13:51:12 +02:00

7 lines
125 B
CMake

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