share/hedgewars/Data/misc/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 28 Feb 2018 20:14:55 +0100
changeset 13073 bd629a70b4a1
parent 12442 7af69ebc0c9c
child 13302 6313386c851e
permissions -rw-r--r--
Complete redo of Basic Bazooka Training This is now a proper tutorial instead of just a simple target practice without any commentary. It teaches players how to use the bazooka, how to deal with wind and how water skip works.


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)
    install(FILES hedgewars.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
endif()