share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Wed, 21 Nov 2018 15:41:43 -0500
changeset 14266 9b5a8147386f
parent 8443 2debc9b9f917
permissions -rw-r--r--
I think this is correct way to use iterate over it as a hashmap. don't have much lua practice

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

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