share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 13 May 2019 23:13:53 +0200
changeset 14932 ff4003a90ff8
parent 13087 b6df6283e2ba
permissions -rw-r--r--
Enable automatic voicepack language selection for all missions

file(GLOB Scripts *.lua)

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