Manual-Labeling-Tool/Manual-Labeling-Client/Manual-Label-Tool-Widget/images/icons/mac/CMakeLists.txt

7 lines
141 B
CMake

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