share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 20 May 2019 14:59:26 +0200
changeset 15035 f877fbeaee6c
parent 8443 2debc9b9f917
permissions -rw-r--r--
Speed Shoppa: Set hog dy=0 on victory

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

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