share/hedgewars/Data/Names/CMakeLists.txt
author koda
Fri, 14 Jun 2013 01:01:18 +0200
changeset 9227 c02e081ba481
parent 8443 2debc9b9f917
permissions -rw-r--r--
this should resolve a few issues on clean builds

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

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