share/hedgewars/Data/Missions/Scenario/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 23 Nov 2016 23:54:55 +0100
changeset 12049 030464f34d47
parent 11968 1de4d6b35748
child 13087 b6df6283e2ba
permissions -rw-r--r--
Tweak flags used in all missions to fit more to the theme

file(GLOB Scripts *.lua)

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