mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
7 lines
125 B
CMake
7 lines
125 B
CMake
|
|
if (WITH_DESKTOP)
|
|
file (GLOB ICONS *.icns)
|
|
install (FILES ${ICONS}
|
|
DESTINATION ${APP_RESOURCES_DIR})
|
|
endif()
|