share/hedgewars/Data/Names/CMakeLists.txt
author unc0rr
Sun, 12 Jan 2014 11:07:49 +0400
changeset 9971 071902835770
parent 8443 2debc9b9f917
permissions -rw-r--r--
That check was too weird and complicated

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

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