share/hedgewars/Data/misc/CMakeLists.txt
author nemo
Fri, 30 Oct 2015 16:04:51 -0400
changeset 11262 6d5505bff3f3
parent 10459 02e010b64a28
child 12447 7af69ebc0c9c
permissions -rw-r--r--
refocus camera on roping hog. totally untested.


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