share/hedgewars/Data/misc/CMakeLists.txt
author sheepluva
Sat, 16 Jan 2016 19:11:21 +0100
changeset 11514 5d804405964d
parent 10459 02e010b64a28
child 12442 7af69ebc0c9c
permissions -rw-r--r--
fix script for resolving git commit id to hg commit id (github page format changed; hw hg repo location too)


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