share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author unC0Rr
Sun, 02 Feb 2025 17:47:54 +0100
changeset 16108 65c017453e83
parent 13087 b6df6283e2ba
permissions -rw-r--r--
Add anti_match feature, log some info when cannot satisfy rules

file(GLOB Scripts *.lua)

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