share/hedgewars/Data/Tiles/CMakeLists.txt
author unC0Rr
Mon, 03 Feb 2025 15:25:28 +0100
changeset 16111 669cdf697f16
parent 16059 842df792d6d6
permissions -rw-r--r--
Simplify 'for' loop by keeping more information about iterator

file(GLOB tiles *.png)

install(FILES
    ${tiles}
    DESTINATION ${SHAREPATH}Data/Tiles)