share/hedgewars/Data/misc/CMakeLists.txt
author koda
Sun, 17 Mar 2013 01:34:24 +0100
changeset 8740 3eb1891f81ef
parent 8649 e3a9339ce1fd
child 10459 02e010b64a28
permissions -rw-r--r--
use a local storage for chat history which prevents mix ups in netgame and simplifies code


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