share/hedgewars/Data/Missions/Training/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Mon, 18 Apr 2016 17:18:36 +0200
changeset 11667 7652eeb0fc7f
parent 8443 2debc9b9f917
child 13087 b6df6283e2ba
permissions -rw-r--r--
Clean up strings, hats, flags and graves in Portal mission Mostly fixes poor grammar and spelling

file(GLOB Scripts *.lua)

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