share/hedgewars/Data/misc/CMakeLists.txt
author unc0rr
Tue, 21 May 2013 21:22:32 +0400
changeset 9027 4b8e326251b3
parent 8649 e3a9339ce1fd
child 10459 02e010b64a28
permissions -rw-r--r--
Use old method of locale detection, fallback to new one in case of problems


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