share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 27 Sep 2017 04:28:34 +0200
changeset 12554 d8af6f9b51c6
parent 8443 2debc9b9f917
permissions -rw-r--r--
Disable SD in ACF6 and ASA: The first stop

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

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