share/hedgewars/Data/misc/CMakeLists.txt
author sheepluva
Sun, 01 May 2016 14:32:47 +0200
changeset 11785 947e2d53afc1
parent 10459 02e010b64a28
child 12442 7af69ebc0c9c
permissions -rw-r--r--
add button to randomize theme only


if(UNIX AND NOT APPLE)
    configure_file(hwengine.desktop.in hwengine.desktop)

    file(GLOB miscfiles *.xml *.desktop)

    install(FILES ${miscfiles} DESTINATION ${SHAREPATH}/Data/misc)
    install(FILES hedgewars.xpm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps)
endif()