share/hedgewars/Data/misc/CMakeLists.txt
author nemo
Sun, 09 Nov 2014 16:38:26 -0500 (2014-11-09)
changeset 10480 43c6b9cfb569
parent 10459 02e010b64a28
child 12442 7af69ebc0c9c
permissions -rw-r--r--
Copypasta to hopefully hook up net sync correctly.

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