share/hedgewars/Data/Names/CMakeLists.txt
author alfadur <mail@none>
Tue, 05 Feb 2019 01:40:16 +0300
changeset 14697 9377ee00f1f1
parent 8443 2debc9b9f917
permissions -rw-r--r--
Server action refactoring part 7 of N

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

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