share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 04 May 2016 05:23:58 +0200
changeset 11961 221b38978401
parent 8443 2debc9b9f917
permissions -rw-r--r--
Seperate campaign victories from campaign mission victories

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

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