share/hedgewars/Data/Names/CMakeLists.txt
author koda
Sun, 27 Jan 2013 00:01:26 +0100
changeset 8443 2debc9b9f917
parent 1945 b997bcf86c39
permissions -rw-r--r--
remove trailing whitespaces from share too

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

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