share/hedgewars/Data/Graphics/Missions/Challenge/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 01 Apr 2019 22:07:42 +0200
changeset 14757 8563cc40fc1e
parent 11968 1de4d6b35748
permissions -rw-r--r--
Invert colors if clan color is very dark

file(GLOB MissionPics *@2x.png)

install(FILES
    ${MissionPics}
    DESTINATION ${SHAREPATH}Data/Graphics/Missions/Challenge)