share/hedgewars/Data/misc/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 01 Nov 2018 01:07:26 +0100
changeset 14053 38eb5937169e
parent 13302 6313386c851e
child 14844 9e8c201eae9d
permissions -rw-r--r--
Fix taunts playing too fast after a shot Fixes regression introduced by bf14c7c1be02


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

    file(GLOB miscfiles *.svg *.xml *.desktop)

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