share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 18 Apr 2017 21:38:36 +0200
changeset 12284 585240d3a6a8
parent 11973 1de4d6b35748
child 13092 b6df6283e2ba
permissions -rw-r--r--
Credit most theme and map authors in credits.txt

file(GLOB Scripts *.lua)

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