QGIS/images/icons/mac/CMakeLists.txt

5 lines
109 B
CMake
Raw Normal View History

FILE (GLOB ICONS *.icns)
INSTALL (FILES ${ICONS}
DESTINATION ${CMAKE_INSTALL_PREFIX}/../Resources)