share/hedgewars/Data/misc/CMakeLists.txt
author nemo
Mon, 18 Feb 2013 14:06:16 -0500
changeset 8516 e422cbf9aa33
parent 8316 89232b2fa1d6
child 8647 c1bcdee46bff
permissions -rw-r--r--
pretty sure esc here is just a holdover from past, and has no use in rearranged implementation.


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