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

file(GLOB txtnames *.txt)
file(GLOB cfgnames *.cfg)

install(FILES
    types.ini
    ${txtnames}
    ${cfgnames}
    DESTINATION ${SHAREPATH}Data/Names)