share/hedgewars/Data/misc/CMakeLists.txt
author koda
Sat, 04 Jan 2014 02:18:57 +0100
branch0.9.20
changeset 9905 ec0d9f737449
parent 8649 e3a9339ce1fd
child 10459 02e010b64a28
permissions -rw-r--r--
have revinfo also try to pick up git hashes


if(UNIX AND NOT APPLE)
    configure_file(hwengine.desktop.in hwengine.desktop)

    file(GLOB miscfiles *.xml *.desktop)

    install(FILES ${miscfiles} DESTINATION ${SHAREPATH}/Data/misc)
endif()