mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
7 lines
141 B
CMake
7 lines
141 B
CMake
|
|
if (WITH_DESKTOP)
|
|
file (GLOB ICONS *.icns)
|
|
install (FILES ${ICONS}
|
|
DESTINATION ${CMAKE_INSTALL_PREFIX}/../Resources)
|
|
endif()
|