share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Sat, 01 Mar 2014 14:37:06 -0500
changeset 10169 532f4537a6ae
parent 8443 2debc9b9f917
permissions -rw-r--r--
always update. a bit inefficient, but scripts do weird things.

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

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