share/hedgewars/Data/misc/CMakeLists.txt
author koda
Sun, 15 May 2016 10:43:18 +0200
changeset 11807 93621207563b
parent 10459 02e010b64a28
child 12442 7af69ebc0c9c
permissions -rw-r--r--
avrec crash/math fix (sheepy here, committing koda's fix because I'm tired of having it lying around in my repo :P


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()