share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author unC0Rr
Wed, 01 May 2024 16:49:16 +0200
changeset 16012 caba603f461f
parent 13087 b6df6283e2ba
permissions -rw-r--r--
Allow to move camera by dragging mouse cursor over game field

file(GLOB Scripts *.lua)

install(FILES
    ${Scripts}
    order.cfg
    DESTINATION ${SHAREPATH}Data/Missions/Challenge)