share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 26 Nov 2018 21:13:49 +0100
changeset 14309 055eae933482
parent 8443 2debc9b9f917
permissions -rw-r--r--
Touch: Parse pause command when tapping pause button instead of toggling pause directly

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

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