share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 21 Jan 2019 22:17:29 +0100
changeset 14654 8bd005067f4a
parent 13087 b6df6283e2ba
permissions -rw-r--r--
Play "Flawless" voice when winning target practice mission with perfect accuracy

file(GLOB Scripts *.lua)

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