share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author sheepluva
Sat, 07 Dec 2019 16:18:20 +0100
branchhedgeroid
changeset 15517 45d6806548e9
parent 13092 b6df6283e2ba
permissions -rw-r--r--
hedgeroid: add debug logging to library loading

file(GLOB Scripts *.lua)

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