share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Sat, 04 Jan 2014 02:18:57 +0100
branch0.9.20
changeset 9909 b2e868026bb0
parent 8443 2debc9b9f917
permissions -rw-r--r--
I'd meant for this to match the frontend

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

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