share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author nemo
Fri, 17 Aug 2018 22:23:19 -0400
changeset 13669 c6ee1b0b957f
parent 13087 b6df6283e2ba
permissions -rw-r--r--
more wrapping

file(GLOB Scripts *.lua)

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