share/hedgewars/Data/misc/CMakeLists.txt
author nemo
Tue, 03 Dec 2013 22:48:21 -0500
changeset 9748 b0286b0c91ce
parent 8649 e3a9339ce1fd
child 10459 02e010b64a28
permissions -rw-r--r--
sethogname/hat need to wrap entire operation around test of hog/gear


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