share/hedgewars/Data/Names/CMakeLists.txt
author sheepluva
Sun, 15 May 2016 23:11:14 +0200
changeset 11828 0fba6cb098a1
parent 8443 2debc9b9f917
permissions -rw-r--r--
drop SysUtils inclusion from 5 files where it is not needed anymore

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

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