share/hedgewars/Data/Missions/Scenario/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 03 May 2017 03:54:18 +0200
changeset 12393 d3a9ffdc8b85
parent 11968 1de4d6b35748
child 13087 b6df6283e2ba
permissions -rw-r--r--
Complete the strings in hedgewars_en.ts (mostly to fix plural forms)

file(GLOB Scripts *.lua)

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