share/hedgewars/Data/misc/CMakeLists.txt
author koda
Tue, 26 Mar 2013 02:06:54 +0100
branchcmake_pascal
changeset 8855 879270f627e0
parent 8649 e3a9339ce1fd
child 10459 02e010b64a28
permissions -rw-r--r--
restore the osx build disabling universal app support


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