share/hedgewars/Data/misc/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Tue, 03 Dec 2013 17:06:40 +0200
changeset 9740 d159ddae0358
parent 8649 e3a9339ce1fd
child 10459 02e010b64a28
permissions -rw-r--r--
fixed user gain control of npc, rope cheat and overlapping bubbles in fruit01


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