share/hedgewars/Data/misc/CMakeLists.txt
author unc0rr
Thu, 20 Jun 2013 11:15:50 +0400
changeset 9243 d8f6a396d98e
parent 8649 e3a9339ce1fd
child 10459 02e010b64a28
permissions -rw-r--r--
First select group of templates, then pick template from selected group


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