QGIS/images/icons/mac/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
141 B
CMake
Raw Normal View History

2020-11-11 11:15:34 +01:00
if (WITH_DESKTOP)
file (GLOB ICONS *.icns)
install (FILES ${ICONS}
DESTINATION ${CMAKE_INSTALL_PREFIX}/../Resources)
2020-11-11 11:15:34 +01:00
endif()