share/hedgewars/Data/misc/CMakeLists.txt
author unc0rr
Fri, 01 May 2015 23:22:23 +0300
changeset 10917 97f9a25024e6
parent 10459 02e010b64a28
child 12442 7af69ebc0c9c
permissions -rw-r--r--
- ?Fix? nemo's attempt in r959219241c67 - Wrap mode: camera comes to followgear by the shortest path (better implementation, than sheepluva's re0d7d499c851) - Wrap mode: keep less than 50% of the screen grayed


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