share/hedgewars/Data/misc/CMakeLists.txt
author sheepluva
Wed, 13 Aug 2014 15:16:33 +0200
changeset 10382 a5752075f897
parent 8649 e3a9339ce1fd
child 10459 02e010b64a28
permissions -rw-r--r--
this should fix the cmake 3.0 issue. thanks to Spacey for reporting


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