share/hedgewars/Data/misc/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Sat, 14 Sep 2013 02:13:20 +0300
branchspacecampaign
changeset 9624 51e22761679d
parent 8649 e3a9339ce1fd
child 10459 02e010b64a28
permissions -rw-r--r--
fixed bug making the game not end when thanta was dead,reported by Wuzzy


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