share/hedgewars/Data/misc/CMakeLists.txt
author nemo
Thu, 09 May 2013 23:21:06 -0400
changeset 8972 f01b836d702e
parent 8649 e3a9339ce1fd
child 10459 02e010b64a28
permissions -rw-r--r--
I was using this to test firepunching likely duds, but most of the time that would probably just make him bazooka them


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