share/hedgewars/Data/misc/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sun, 16 Apr 2017 04:49:05 +0200
changeset 12268 2eedf9e0cd6d
parent 10459 02e010b64a28
child 12442 7af69ebc0c9c
permissions -rw-r--r--
Replace some HTTP links with HTTPS links Don't worry, I have tested all the links


if(UNIX AND NOT APPLE)
    configure_file(hwengine.desktop.in hwengine.desktop)

    file(GLOB miscfiles *.xml *.desktop)

    install(FILES ${miscfiles} DESTINATION ${SHAREPATH}/Data/misc)
    install(FILES hedgewars.xpm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps)
endif()