share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author alfadur
Mon, 12 Nov 2018 20:30:06 +0300
changeset 14220 3c36a4e66c82
parent 13087 b6df6283e2ba
permissions -rw-r--r--
make engine windows checks work for 64bit builds

file(GLOB Scripts *.lua)

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