share/hedgewars/Data/misc/CMakeLists.txt
author nemo
Sun, 30 Nov 2014 15:12:59 -0500
changeset 10587 1dac23b5fe3b
parent 10459 02e010b64a28
child 12442 7af69ebc0c9c
permissions -rw-r--r--
delay cake boom until it has walked a little bit. also fix accidental drowning of watergods in last commit


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